net.sourceforge.pmd.dfa
public interface IDataFlowNode
Method Summary | |
---|---|
void | addPathToChild(IDataFlowNode child) |
List | getChildren() |
List | getFlow() |
int | getIndex() |
int | getLine() |
List | getParents() |
SimpleNode | getSimpleNode() |
List | getVariableAccess() |
boolean | isType(int type) |
boolean | removePathToChild(IDataFlowNode child) |
void | reverseParentPathsTo(IDataFlowNode destination) |
void | setVariableAccess(List variableAccess) |