public class RegularBlockImpl extends SingleSuccessorBlockImpl implements RegularBlock
Block.BlockType| Modifier and Type | Field and Description | 
|---|---|
protected List<Node> | 
contents
Internal representation of the contents. 
 | 
flowRule, successorid, lastId, predecessors, type| Constructor and Description | 
|---|
RegularBlockImpl()
Initialize an empty basic block to be filled with contents and linked to other basic blocks
 later. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addNode(Node t)
Add a node to the contents of this basic block. 
 | 
void | 
addNodes(List<? extends Node> ts)
Add multiple nodes to the contents of this basic block. 
 | 
List<Node> | 
getContents()
Returns the unmodifiable sequence of  
Nodes. | 
@Nullable BlockImpl | 
getRegularSuccessor()
Returns the regular successor block. 
 | 
boolean | 
isEmpty()
Is this block empty (i.e., does it not contain any contents). 
 | 
String | 
toString()  | 
getFlowRule, getSuccessor, setFlowRule, setSuccessoraddPredecessor, getId, getPredecessors, getType, removePredecessorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFlowRule, getSuccessor, setFlowRulegetId, getPredecessors, getTypepublic RegularBlockImpl()
public void addNode(Node t)
public void addNodes(List<? extends Node> ts)
public List<Node> getContents()
RegularBlockNodes.getContents in interface RegularBlockNodespublic @Nullable BlockImpl getRegularSuccessor()
RegularBlockgetRegularSuccessor in interface RegularBlockpublic boolean isEmpty()
RegularBlockisEmpty in interface RegularBlock