|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameOccurrence | |
net.sourceforge.pmd.symboltable |
Uses of NameOccurrence in net.sourceforge.pmd.symboltable |
Methods in net.sourceforge.pmd.symboltable that return NameOccurrence | |
NameOccurrence |
NameOccurrence.getNameForWhichThisIsAQualifier()
|
Methods in net.sourceforge.pmd.symboltable with parameters of type NameOccurrence | |
boolean |
AbstractScope.contains(NameOccurrence occurrence)
|
NameDeclaration |
AbstractScope.addVariableNameOccurrence(NameOccurrence occurrence)
|
protected abstract NameDeclaration |
AbstractScope.findVariableHere(NameOccurrence occurrence)
|
protected NameDeclaration |
ClassScope.findVariableHere(NameOccurrence occurrence)
|
boolean |
GlobalScope.contains(NameOccurrence occ)
|
NameDeclaration |
GlobalScope.addVariableNameOccurrence(NameOccurrence occ)
|
protected NameDeclaration |
GlobalScope.findVariableHere(NameOccurrence occ)
|
NameDeclaration |
LocalScope.findVariableHere(NameOccurrence occurrence)
|
NameDeclaration |
MethodScope.findVariableHere(NameOccurrence occurrence)
|
void |
NameOccurrence.setNameWhichThisQualifies(NameOccurrence qualifiedName)
|
boolean |
Scope.contains(NameOccurrence occ)
Tests whether or not a NameOccurrence is directly contained in the scope Note that if this search is just in this scope - it doesn't go diving into any contained scopes. |
NameDeclaration |
Scope.addVariableNameOccurrence(NameOccurrence occ)
Adds a NameOccurrence to this scope - only call this after getting a true back from contains() |
Constructors in net.sourceforge.pmd.symboltable with parameters of type NameOccurrence | |
Search(NameOccurrence occ)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |