Interface RegularBlock
- All Superinterfaces:
- Block,- SingleSuccessorBlock,- org.plumelib.util.UniqueId
- All Known Implementing Classes:
- RegularBlockImpl
A regular basic block that contains a sequence of 
Nodes.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.checkerframework.dataflow.cfg.block.BlockBlock.BlockType
- 
Method SummaryModifier and TypeMethodDescriptionReturns the regular successor block.booleanisEmpty()Is this block empty (i.e., does it not contain any contents).Methods inherited from interface org.checkerframework.dataflow.cfg.block.BlockgetLastNode, getNodes, getPredecessors, getSuccessors, getTypeMethods inherited from interface org.checkerframework.dataflow.cfg.block.SingleSuccessorBlockgetFlowRule, getSuccessor, setFlowRuleMethods inherited from interface org.plumelib.util.UniqueIdgetClassAndUid, getUid
- 
Method Details- 
getRegularSuccessorReturns the regular successor block.- Returns:
- the regular successor block
 
- 
isEmptyIs this block empty (i.e., does it not contain any contents).
 
-