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