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(JIfStatement x,
Context ctx) |
boolean |
JVisitor.visit(JIfStatement x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
DeadCodeElimination.DeadCodeVisitor.endVisit(JIfStatement x,
Context ctx)
Simplify if statements.
|
static JStatement |
Simplifier.ifStatement(JIfStatement stmt,
JMethod currentMethod)
Simplifies an ifthenelse statement.
|
boolean |
ToStringGenerationVisitor.visit(JIfStatement x,
Context ctx) |
Constructor and Description |
---|
CfgIfNode(CfgNode<?> parent,
JIfStatement node) |
Copyright © 2018. All rights reserved.