net.sourceforge.pmd.dfa
public class Structure extends Object
Method Summary | |
---|---|
IDataFlowNode | createEndNode(int line) |
IDataFlowNode | createNewNode(SimpleNode node)
This class encapsulates the access to the DataFlowNode class. |
IDataFlowNode | createStartNode(int line) |
List | getBraceStack() |
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. |