JNodeType
- corresponding AST typepublic abstract class CfgConditionalNode<JNodeType extends JNode> extends CfgNode<JNodeType>
Modifier and Type | Field and Description |
---|---|
static String |
ELSE
Else edge role.
|
static String |
THEN
Then edge role.
|
Constructor and Description |
---|
CfgConditionalNode(CfgNode<?> parent,
JNodeType node) |
Modifier and Type | Method and Description |
---|---|
void |
accept(CfgVisitor visitor) |
abstract JExpression |
getCondition()
Condition which is used to determine the branch.
|
String |
toDebugString() |
public static final String ELSE
public static final String THEN
public void accept(CfgVisitor visitor)
public abstract JExpression getCondition()
public String toDebugString()
toDebugString
in class CfgNode<JNodeType extends JNode>
Copyright © 2018. All rights reserved.