public interface SingleSuccessorBlock extends Block
Block.BlockType| Modifier and Type | Method and Description | 
|---|---|
| Store.FlowRule | getFlowRule() | 
| @Nullable Block | getSuccessor() | 
| void | setFlowRule(Store.FlowRule rule)Set the flow rule for information flowing from this block to its successor. | 
@Nullable Block getSuccessor()
null if there is no successor.Store.FlowRule getFlowRule()
void setFlowRule(Store.FlowRule rule)