Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.jjs.impl.gflow.cfg |
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JForStatement x,
Context ctx) |
boolean |
JVisitor.visit(JForStatement x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
DeadCodeElimination.DeadCodeVisitor.endVisit(JForStatement x,
Context ctx)
Prune for (X; false; Y) statements, but make sure X is run.
|
boolean |
ToStringGenerationVisitor.visit(JForStatement x,
Context ctx) |
Constructor and Description |
---|
CfgForNode(CfgNode<?> parent,
JForStatement node) |
Copyright © 2018. All rights reserved.