public class CfgForNode extends CfgConditionalNode<JForStatement>
ELSE, THEN
Constructor and Description |
---|
CfgForNode(CfgNode<?> parent,
JForStatement 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 CfgForNode(CfgNode<?> parent, JForStatement node)
public void accept(CfgVisitor visitor)
accept
in class CfgConditionalNode<JForStatement>
public JExpression getCondition()
CfgConditionalNode
getCondition
in class CfgConditionalNode<JForStatement>
protected CfgNode<?> cloneImpl()
cloneImpl
in class CfgNode<JForStatement>
Copyright © 2018. All rights reserved.