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