public interface RegularBlock extends SingleSuccessorBlock
Node
s.
The following invariant holds.
forall n in getContents() :: n.getBlock() == this
Block.BlockType
Modifier and Type | Method and Description |
---|---|
List<Node> |
getContents()
Returns the unmodifiable sequence of
Node s. |
@Nullable Block |
getRegularSuccessor()
Returns the regular successor block.
|
boolean |
isEmpty()
Is this block empty (i.e., does it not contain any contents).
|
getFlowRule, getSuccessor, setFlowRule
getId, getPredecessors, getType
@Pure List<Node> getContents()
Node
s.Node
s@Pure @Nullable Block getRegularSuccessor()
@Pure boolean isEmpty()