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 intcurrentChildDataFlowNodenodeDataFlowNodepseudoRef
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPseudoPathElement()
-
-
-
Field Detail
-
currentChild
public int currentChild
-
node
public DataFlowNode node
-
pseudoRef
public DataFlowNode pseudoRef
-
-