public class CfgWhileNode extends CfgConditionalNode<JWhileStatement>
ELSE, THEN
Constructor and Description |
---|
CfgWhileNode(CfgNode<?> parent,
JWhileStatement node) |
Modifier and Type | Method and Description |
---|---|
void |
accept(CfgVisitor visitor) |
protected CfgNode<?> |
cloneImpl() |
JExpression |
getCondition()
Condition which is used to determine the branch.
|
toDebugString
public CfgWhileNode(CfgNode<?> parent, JWhileStatement node)
public void accept(CfgVisitor visitor)
accept
in class CfgConditionalNode<JWhileStatement>
public JExpression getCondition()
CfgConditionalNode
getCondition
in class CfgConditionalNode<JWhileStatement>
protected CfgNode<?> cloneImpl()
cloneImpl
in class CfgNode<JWhileStatement>
Copyright © 2018. All rights reserved.