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