public class Structure
extends java.lang.Object
Constructor and Description |
---|
Structure() |
Modifier and Type | Method and Description |
---|---|
IDataFlowNode |
createEndNode(int line) |
IDataFlowNode |
createNewNode(SimpleNode node)
This class encapsulates the access to the DataFlowNode class.
|
IDataFlowNode |
createStartNode(int line) |
java.util.List |
getBraceStack() |
java.util.List |
getContinueBreakReturnStack() |
IDataFlowNode |
getFirst() |
IDataFlowNode |
getLast() |
protected void |
pushOnStack(int type,
IDataFlowNode node)
The braceStack contains all nodes which are important to link the data
flow nodes.
|
public IDataFlowNode createNewNode(SimpleNode node)
public IDataFlowNode createStartNode(int line)
public IDataFlowNode createEndNode(int line)
public IDataFlowNode getLast()
public IDataFlowNode getFirst()
protected void pushOnStack(int type, IDataFlowNode node)
public java.util.List getBraceStack()
public java.util.List getContinueBreakReturnStack()