public interface RegularBlock extends SingleSuccessorBlock
Node
s.Block.BlockType
Modifier and Type | Method and Description |
---|---|
List<Node> |
getContents()
Deprecated.
use
Block.getNodes() instead |
@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
getLastNode, getNodes, getPredecessors, getSuccessors, getType
@Deprecated @Pure List<Node> getContents()
Block.getNodes()
insteadNode
s.Node
s@Pure @Nullable Block getRegularSuccessor()
@Pure boolean isEmpty()