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(JWhileStatement x,
Context ctx) |
boolean |
JVisitor.visit(JWhileStatement x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
DeadCodeElimination.DeadCodeVisitor.endVisit(JWhileStatement x,
Context ctx)
Prune while (false) statements.
|
boolean |
ToStringGenerationVisitor.visit(JWhileStatement x,
Context ctx) |
Constructor and Description |
---|
CfgWhileNode(CfgNode<?> parent,
JWhileStatement node) |
Copyright © 2018. All rights reserved.