net.sourceforge.pmd.dfa
Interface IDataFlowNode
- All Known Implementing Classes:
- DataFlowNode
- public interface IDataFlowNode
getVariableAccess
public java.util.List getVariableAccess()
getLine
public int getLine()
getIndex
public int getIndex()
isType
public boolean isType(int type)
getChildren
public java.util.List getChildren()
getParents
public java.util.List getParents()
getFlow
public java.util.List getFlow()
getSimpleNode
public SimpleNode getSimpleNode()
setVariableAccess
public void setVariableAccess(java.util.List variableAccess)
addPathToChild
public void addPathToChild(IDataFlowNode child)
removePathToChild
public boolean removePathToChild(IDataFlowNode child)
reverseParentPathsTo
public void reverseParentPathsTo(IDataFlowNode destination)
Copyright © 2002-2006 InfoEther. All Rights Reserved.