net.sourceforge.pmd.lang.dfa.pathfinder
Class PathElement

java.lang.Object
  extended by net.sourceforge.pmd.lang.dfa.pathfinder.PathElement

public class PathElement
extends Object


Field Summary
 int currentChild
           
 DataFlowNode node
           
 DataFlowNode pseudoRef
           
 
Method Summary
 boolean isPseudoPathElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentChild

public int currentChild

node

public DataFlowNode node

pseudoRef

public DataFlowNode pseudoRef
Method Detail

isPseudoPathElement

public boolean isPseudoPathElement()


Copyright © 2002-2015 InfoEther. All Rights Reserved.