Package | Description |
---|---|
com.google.gwt.dev.jjs.impl.gflow.cfg |
Modifier and Type | Class and Description |
---|---|
class |
CfgBinaryConditionalOperationNode
Conditional node generated for short-circuiting binary operations (||, &&).
|
class |
CfgCaseNode
Node corresponding to if statement.
|
class |
CfgConditionalExpressionNode
Node corresponding to conditional expressions.
|
class |
CfgDoNode
Node corresponding to while statement.
|
class |
CfgForNode
Node corresponding to for statement.
|
class |
CfgIfNode
Node corresponding to if statement.
|
class |
CfgWhileNode
Node corresponding to while statement.
|
Modifier and Type | Method and Description |
---|---|
void |
CfgVisitor.visitConditionalNode(CfgConditionalNode<?> node) |
Copyright © 2018. All rights reserved.