public static class BranchSet.CompoundLogicalExpressionNode extends BranchSet.LogicalExpressionNode
(i<3 || i>10)
if (i<3 || i>10){}
Modifier and Type | Field and Description |
---|---|
private boolean |
and |
private BranchSet.LogicalExpressionNode |
lhs |
private BranchSet.LogicalExpressionNode |
rhs |
Modifier | Constructor and Description |
---|---|
|
CompoundLogicalExpressionNode(boolean _and,
BranchSet.LogicalExpressionNode _lhs,
BranchSet.LogicalExpressionNode _rhs) |
private |
CompoundLogicalExpressionNode(boolean _and,
BranchSet.LogicalExpressionNode _lhs,
BranchSet.LogicalExpressionNode _rhs,
boolean applyInverts) |
Modifier and Type | Method and Description |
---|---|
BranchSet.LogicalExpressionNode |
cloneInverted() |
int |
getFallThrough() |
BranchSet.LogicalExpressionNode |
getLhs() |
BranchSet.LogicalExpressionNode |
getRhs() |
int |
getTarget() |
void |
invert() |
boolean |
isAnd() |
java.lang.String |
toString() |
private final BranchSet.LogicalExpressionNode lhs
private final BranchSet.LogicalExpressionNode rhs
private boolean and
private CompoundLogicalExpressionNode(boolean _and, BranchSet.LogicalExpressionNode _lhs, BranchSet.LogicalExpressionNode _rhs, boolean applyInverts)
public 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 BranchSet.LogicalExpressionNode cloneInverted()
cloneInverted
in class BranchSet.LogicalExpressionNode
public boolean isAnd()
public int getFallThrough()
getFallThrough
in class BranchSet.LogicalExpressionNode
public BranchSet.LogicalExpressionNode getLhs()
public BranchSet.LogicalExpressionNode getRhs()
public java.lang.String toString()
toString
in class java.lang.Object