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 ScopedNodeAbstractNameDeclaration. nodeMethods in net.sourceforge.pmd.lang.symboltable that return ScopedNode Modifier and Type Method Description ScopedNodeNameOccurrence. getLocation()Gets the location where the usage occurred.ScopedNodeAbstractNameDeclaration. getNode()ScopedNodeNameDeclaration. 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)
-