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