public interface ConditionalBlock extends Block
Node
.Block.BlockType
Modifier and Type | Method and Description |
---|---|
Store.FlowRule |
getElseFlowRule() |
Block |
getElseSuccessor() |
Store.FlowRule |
getThenFlowRule() |
Block |
getThenSuccessor() |
void |
setElseFlowRule(Store.FlowRule rule)
Set the flow rule for information flowing from this block to its else successor.
|
void |
setThenFlowRule(Store.FlowRule rule)
Set the flow rule for information flowing from this block to its then successor.
|
Block getThenSuccessor()
Block getElseSuccessor()
Store.FlowRule getThenFlowRule()
Store.FlowRule getElseFlowRule()
void setThenFlowRule(Store.FlowRule rule)
void setElseFlowRule(Store.FlowRule rule)