Class PathElement
- java.lang.Object
-
- net.sourceforge.pmd.lang.dfa.pathfinder.PathElement
-
@Deprecated public class PathElement extends Object
Deprecated.SeeDataFlowNode
-
-
Field Summary
Fields Modifier and Type Field Description int
currentChild
Deprecated.DataFlowNode
node
Deprecated.DataFlowNode
pseudoRef
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isPseudoPathElement()
Deprecated.
-
-
-
Field Detail
-
currentChild
public int currentChild
Deprecated.
-
node
public DataFlowNode node
Deprecated.
-
pseudoRef
public DataFlowNode pseudoRef
Deprecated.
-
-