Uses of Interface
net.sourceforge.pmd.lang.symboltable.ScopedNode

Packages that use ScopedNode
net.sourceforge.pmd.lang.symboltable   
 

Uses of ScopedNode in net.sourceforge.pmd.lang.symboltable
 

Fields in net.sourceforge.pmd.lang.symboltable declared as ScopedNode
protected  ScopedNode AbstractNameDeclaration.node
           
 

Methods in net.sourceforge.pmd.lang.symboltable that return ScopedNode
 ScopedNode NameOccurrence.getLocation()
          Gets the location where the usage occurred.
 ScopedNode AbstractNameDeclaration.getNode()
           
 ScopedNode NameDeclaration.getNode()
          Gets the node which manifests the declaration.
 

Constructors in net.sourceforge.pmd.lang.symboltable with parameters of type ScopedNode
AbstractNameDeclaration(ScopedNode node)
           
 



Copyright © 2002-2016 InfoEther. All Rights Reserved.