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