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