public static class BranchSet.SimpleLogicalExpressionNode extends BranchSet.LogicalExpressionNode
(i<3)
if (i<3){}
Constructor and Description |
---|
BranchSet.SimpleLogicalExpressionNode(InstructionSet.ConditionalBranch _branch) |
Modifier and Type | Method and Description |
---|---|
InstructionSet.ConditionalBranch |
getBranch() |
int |
getFallThrough() |
int |
getTarget() |
void |
invert() |
boolean |
isInvert() |
public BranchSet.SimpleLogicalExpressionNode(InstructionSet.ConditionalBranch _branch)
public int getTarget()
getTarget
in class BranchSet.LogicalExpressionNode
public void invert()
invert
in class BranchSet.LogicalExpressionNode
public int getFallThrough()
getFallThrough
in class BranchSet.LogicalExpressionNode
public boolean isInvert()
public InstructionSet.ConditionalBranch getBranch()