public abstract static class BranchSet.LogicalExpressionNode
extends java.lang.Object
BranchSet.SimpleLogicalExpressionNode
,
BranchSet.CompoundLogicalExpressionNode
Constructor and Description |
---|
BranchSet.LogicalExpressionNode() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getFallThrough() |
BranchSet.LogicalExpressionNode |
getNext() |
BranchSet.LogicalExpressionNode |
getParent() |
BranchSet.LogicalExpressionNode |
getRoot() |
abstract int |
getTarget() |
abstract void |
invert() |
void |
setNext(BranchSet.LogicalExpressionNode _next) |
void |
setParent(BranchSet.LogicalExpressionNode _parent) |
public void setParent(BranchSet.LogicalExpressionNode _parent)
public abstract int getTarget()
public abstract int getFallThrough()
public abstract void invert()
public BranchSet.LogicalExpressionNode getRoot()
public BranchSet.LogicalExpressionNode getNext()
public void setNext(BranchSet.LogicalExpressionNode _next)
public BranchSet.LogicalExpressionNode getParent()