public interface RegularBlock extends SingleSuccessorBlock
Nodes.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, setFlowRulegetLastNode, getNodes, getPredecessors, getSuccessors, getType@Deprecated @Pure List<Node> getContents()
Block.getNodes() insteadNodes.Nodes@Pure @Nullable Block getRegularSuccessor()
@Pure boolean isEmpty()