Uses of Interface
net.sourceforge.pmd.lang.symboltable.ScopedNode
-
Packages that use ScopedNode Package Description net.sourceforge.pmd.lang.symboltable -
-
Uses of ScopedNode in net.sourceforge.pmd.lang.symboltable
Fields in net.sourceforge.pmd.lang.symboltable declared as ScopedNode Modifier and Type Field Description protected ScopedNode
AbstractNameDeclaration. node
Methods in net.sourceforge.pmd.lang.symboltable that return ScopedNode Modifier and Type Method Description 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 Constructor Description AbstractNameDeclaration(ScopedNode node)
-