Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.jjs.impl.codesplitter |
Modifier and Type | Method and Description |
---|---|
LinkedHashSet<JRunAsync> |
JProgram.getInitialAsyncSequence() |
List<JRunAsync> |
JProgram.getRunAsyncs() |
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JRunAsync x,
Context ctx) |
boolean |
JVisitor.visit(JRunAsync x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
JProgram.setInitialAsyncSequence(LinkedHashSet<JRunAsync> initialAsyncSequence) |
void |
JProgram.setRunAsyncs(List<JRunAsync> runAsyncs) |
Modifier and Type | Method and Description |
---|---|
void |
ControlFlowAnalyzer.traverseFromRunAsync(JRunAsync runAsync)
Traverse the fragment for a specific runAsync.
|
boolean |
TypeTightener.TightenTypesVisitor.visit(JRunAsync x,
Context ctx) |
boolean |
CloneExpressionVisitor.visit(JRunAsync x,
Context ctx) |
boolean |
MethodCallTightener.MethodCallTighteningVisitor.visit(JRunAsync x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
static JRunAsync |
CodeSplitters.findRunAsync(String refString,
JProgram program,
TreeLogger branch)
Find a split point as designated in the
CodeSplitters.PROP_INITIAL_SEQUENCE
configuration property. |
Modifier and Type | Method and Description |
---|---|
Collection<com.google.gwt.dev.jjs.impl.codesplitter.Fragment> |
FragmentPartitionStrategy.partitionIntoFragments(TreeLogger logger,
ControlFlowAnalyzer initiallyLive,
Collection<Collection<JRunAsync>> groupedNonInitialRunAsyncs) |
Copyright © 2018. All rights reserved.