net.sourceforge.pmd.dfa
Class DataFlowNode
public
class
DataFlowNode
extends Object
implements IDataFlowNode
Author: raik
Each data flow contains a set of DataFlowNodes.
protected List children
protected LinkedList dataFlow
protected int line
protected List parents
protected BitSet type
protected List variableAccess
protected DataFlowNode()
public DataFlowNode(
SimpleNode node, LinkedList dataFlow)
public List getChildren()
public List getFlow()
public int getIndex()
public int getLine()
public List getParents()
public List getVariableAccess()
public boolean isType(int intype)
public void setType(int type)
public void setVariableAccess(List variableAccess)
public String toString()