Package | Description |
---|---|
com.google.gwt.dev.javac | |
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.jjs.impl.gflow | |
com.google.gwt.dev.jjs.impl.gflow.cfg | |
com.google.gwt.dev.shell.log | |
com.google.gwt.soyc | |
com.google.gwt.user.client.impl | |
com.google.gwt.user.client.rpc.core.java.util | |
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.server.rpc.core.java.util | |
java.util |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
JdtCompiler.collectApiRefs(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud) |
Modifier and Type | Method and Description |
---|---|
ArrayList<JExpression> |
JGwtCreate.getInstantiationExpressions() |
Constructor and Description |
---|
JGwtCreate(SourceInfo info,
String sourceType,
List<String> resultTypes,
JType type,
ArrayList<JExpression> instantiationExpressions)
Constructor used for cloning an existing node.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<JExpression> |
CloneExpressionVisitor.cloneExpressions(List<JExpression> exprs) |
Modifier and Type | Method and Description |
---|---|
protected void |
JsAbstractTextTransformer.addStatement(int index,
String code,
StringBuilder newJs,
ArrayList<Integer> starts,
ArrayList<Integer> ends) |
protected void |
JsAbstractTextTransformer.addStatement(int index,
String code,
StringBuilder newJs,
ArrayList<Integer> starts,
ArrayList<Integer> ends) |
protected void |
JsAbstractTextTransformer.beginStatement(int index,
StringBuilder newJs,
ArrayList<Integer> starts) |
protected void |
JsAbstractTextTransformer.beginStatements(StringBuilder newJs,
ArrayList<Integer> starts,
ArrayList<Integer> ends)
Called if any operations need to be performed before all statements have
been processed.
|
protected void |
JsAbstractTextTransformer.beginStatements(StringBuilder newJs,
ArrayList<Integer> starts,
ArrayList<Integer> ends)
Called if any operations need to be performed before all statements have
been processed.
|
protected void |
JsAbstractTextTransformer.endStatement(int index,
StringBuilder newJs,
ArrayList<Integer> ends) |
protected void |
JsFunctionClusterer.endStatements(StringBuilder newJs,
ArrayList<Integer> starts,
ArrayList<Integer> ends) |
protected void |
JsFunctionClusterer.endStatements(StringBuilder newJs,
ArrayList<Integer> starts,
ArrayList<Integer> ends) |
protected void |
JsAbstractTextTransformer.endStatements(StringBuilder newJs,
ArrayList<Integer> starts,
ArrayList<Integer> ends)
Called if any operations need to be performed after all statements have
been processed.
|
protected void |
JsAbstractTextTransformer.endStatements(StringBuilder newJs,
ArrayList<Integer> starts,
ArrayList<Integer> ends)
Called if any operations need to be performed after all statements have
been processed.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<EdgeType> |
Graph.getGraphInEdges()
Returns graph incoming edges.
|
ArrayList<EdgeType> |
Graph.getGraphOutEdges()
Returns graph outgoing edges.
|
ArrayList<NodeType> |
Graph.getNodes()
Returns all nodes in the graph.
|
Modifier and Type | Method and Description |
---|---|
static <A extends Assumption<?>> |
SubgraphAssumptions.replaceInValues(SubgraphAssumptions<A> assumptions,
ArrayList<A> inValues) |
static <A extends Assumption<?>> |
SubgraphAssumptions.replaceOutValues(SubgraphAssumptions<A> assumptions,
ArrayList<A> outValues) |
Modifier and Type | Method and Description |
---|---|
ArrayList<CfgEdge> |
Cfg.getGraphInEdges()
Returns graph incoming edges.
|
ArrayList<CfgEdge> |
Cfg.getGraphOutEdges()
Returns graph outgoing edges.
|
ArrayList<CfgNode<?>> |
Cfg.getNodes()
Returns all nodes in the graph.
|
Modifier and Type | Method and Description |
---|---|
protected ArrayList<DefaultMutableTreeNode> |
SwingLoggerPanel.doFind(String search) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Integer> |
GlobalInformation.getInitialFragmentLoadSequence()
Gets the initial load sequence.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<T> |
ElementMapperImpl.getObjectList()
Gets the list of ui objects contained in this element mapper.
|
Modifier and Type | Method and Description |
---|---|
static void |
ArrayList_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
ArrayList instance) |
void |
ArrayList_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
ArrayList instance) |
static void |
ArrayList_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
ArrayList instance) |
void |
ArrayList_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
ArrayList instance) |
Modifier and Type | Method and Description |
---|---|
static void |
ArrayList_ServerCustomFieldSerializer.deserialize(ServerSerializationStreamReader streamReader,
ArrayList instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
void |
ArrayList_ServerCustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
ArrayList instance) |
void |
ArrayList_ServerCustomFieldSerializer.deserializeInstance(ServerSerializationStreamReader streamReader,
ArrayList instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
void |
ArrayList_ServerCustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
ArrayList instance) |
Modifier and Type | Method and Description |
---|---|
static <T> ArrayList<T> |
Collections.list(Enumeration<T> e) |
Copyright © 2018. All rights reserved.