Uses of Class
net.sourceforge.pmd.symboltable.NameOccurrence

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
 NameDeclaration MethodScope.addVariableNameOccurrence(NameOccurrence occurrence)
           
 NameDeclaration MethodScope.findVariableHere(NameOccurrence occurrence)
           
 boolean DummyScope.contains(NameOccurrence occ)
           
 NameDeclaration DummyScope.addVariableNameOccurrence(NameOccurrence occ)
           
 NameDeclaration ClassScope.addVariableNameOccurrence(NameOccurrence occurrence)
           
protected  NameDeclaration ClassScope.findVariableHere(NameOccurrence occurrence)
           
 boolean Scope.contains(NameOccurrence occ)
          Tests whether or not a NameOccurrence is directly contained in the scope Note that this search is just for this scope - it doesn't go diving into any child scopes.
 NameDeclaration Scope.addVariableNameOccurrence(NameOccurrence occ)
          Adds a NameOccurrence to this scope - only call this after getting a true back from contains()
 void NameOccurrence.setNameWhichThisQualifies(NameOccurrence qualifiedName)
           
 NameDeclaration SourceFileScope.addVariableNameOccurrence(NameOccurrence occ)
           
protected  NameDeclaration SourceFileScope.findVariableHere(NameOccurrence occ)
           
 boolean AbstractScope.contains(NameOccurrence occurrence)
           
protected abstract  NameDeclaration AbstractScope.findVariableHere(NameOccurrence occurrence)
           
 NameDeclaration LocalScope.addVariableNameOccurrence(NameOccurrence occurrence)
           
 NameDeclaration LocalScope.findVariableHere(NameOccurrence occurrence)
           
 

Constructors in net.sourceforge.pmd.symboltable with parameters of type NameOccurrence
Search(NameOccurrence occ)
           
 



Copyright © 2002-2006 InfoEther. All Rights Reserved.