public static class BranchSet.CompoundLogicalExpressionNode extends BranchSet.LogicalExpressionNode
(i<3 || i>10)
if (i<3 || i>10){}
Constructor and Description |
---|
BranchSet.CompoundLogicalExpressionNode(boolean _and,
BranchSet.LogicalExpressionNode _lhs,
BranchSet.LogicalExpressionNode _rhs) |
Modifier and Type | Method and Description |
---|---|
int |
getFallThrough() |
BranchSet.LogicalExpressionNode |
getLhs() |
BranchSet.LogicalExpressionNode |
getRhs() |
int |
getTarget() |
void |
invert() |
boolean |
isAnd() |
public BranchSet.CompoundLogicalExpressionNode(boolean _and, BranchSet.LogicalExpressionNode _lhs, BranchSet.LogicalExpressionNode _rhs)
public int getTarget()
getTarget
in class BranchSet.LogicalExpressionNode
public void invert()
invert
in class BranchSet.LogicalExpressionNode
public boolean isAnd()
public int getFallThrough()
getFallThrough
in class BranchSet.LogicalExpressionNode
public BranchSet.LogicalExpressionNode getLhs()
public BranchSet.LogicalExpressionNode getRhs()