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

Packages that use NameOccurrence
net.sourceforge.pmd.rules   
net.sourceforge.pmd.rules.design   
net.sourceforge.pmd.rules.strings   
net.sourceforge.pmd.symboltable   
 

Uses of NameOccurrence in net.sourceforge.pmd.rules
 

Methods in net.sourceforge.pmd.rules with parameters of type NameOccurrence
abstract  boolean AbstractInefficientZeroCheck.isTargetMethod(NameOccurrence occ)
           
 

Uses of NameOccurrence in net.sourceforge.pmd.rules.design
 

Methods in net.sourceforge.pmd.rules.design with parameters of type NameOccurrence
 boolean UseCollectionIsEmpty.isTargetMethod(NameOccurrence occ)
          Determine if we're dealing with .size method
 

Uses of NameOccurrence in net.sourceforge.pmd.rules.strings
 

Methods in net.sourceforge.pmd.rules.strings with parameters of type NameOccurrence
 boolean InefficientEmptyStringCheck.isTargetMethod(NameOccurrence occ)
          Determine if we're dealing with String.length method
 

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.