|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScopedNode | |
---|---|
net.sourceforge.pmd.lang.java.ast | |
net.sourceforge.pmd.lang.plsql.ast | |
net.sourceforge.pmd.lang.symboltable |
Uses of ScopedNode in net.sourceforge.pmd.lang.java.ast |
---|
Subinterfaces of ScopedNode in net.sourceforge.pmd.lang.java.ast | |
---|---|
interface |
JavaNode
|
Uses of ScopedNode in net.sourceforge.pmd.lang.plsql.ast |
---|
Subinterfaces of ScopedNode in net.sourceforge.pmd.lang.plsql.ast | |
---|---|
interface |
OracleObject
All nodes that represent an Oracle object. |
interface |
PLSQLNode
|
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 |
NameDeclaration.getNode()
Gets the node which manifests the declaration. |
ScopedNode |
AbstractNameDeclaration.getNode()
|
Constructors in net.sourceforge.pmd.lang.symboltable with parameters of type ScopedNode | |
---|---|
AbstractNameDeclaration(ScopedNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |