Class JavaDataFlowNode
- java.lang.Object
-
- net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode
-
- net.sourceforge.pmd.lang.java.dfa.JavaDataFlowNode
-
- All Implemented Interfaces:
DataFlowNode
@Deprecated public class JavaDataFlowNode extends AbstractDataFlowNode
Deprecated.SeeDataFlowNode
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode
children, dataFlow, line, node, parents, type, variableAccess
-
-
Constructor Summary
Constructors Constructor Description JavaDataFlowNode(List<DataFlowNode> dataFlow, Node node)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
toString()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode
addPathToChild, getChildren, getFlow, getIndex, getLine, getNode, getParents, getVariableAccess, isType, removePathToChild, reverseParentPathsTo, setType, setVariableAccess
-
-
-
-
Constructor Detail
-
JavaDataFlowNode
public JavaDataFlowNode(List<DataFlowNode> dataFlow, Node node)
Deprecated.
-
-
Method Detail
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classAbstractDataFlowNode
-
-