Uses of Interface
org.acm.seguin.pmd.symboltable.NameDeclaration

Packages that use NameDeclaration
org.acm.seguin.pmd.symboltable   
 

Uses of NameDeclaration in org.acm.seguin.pmd.symboltable
 

Classes in org.acm.seguin.pmd.symboltable that implement NameDeclaration
 class MethodNameDeclaration
           
 class VariableNameDeclaration
           
 

Methods in org.acm.seguin.pmd.symboltable that return NameDeclaration
 NameDeclaration Scope.addVariableNameOccurrence(NameOccurrence occ)
          Adds a NameOccurrence to this scope - only call this after getting a true back from contains()
 NameDeclaration GlobalScope.addVariableNameOccurrence(NameOccurrence occ)
           
 NameDeclaration AbstractScope.addVariableNameOccurrence(NameOccurrence occurrence)
           
protected  NameDeclaration LocalScope.findVariableHere(NameOccurrence occurrence)
           
protected  NameDeclaration GlobalScope.findVariableHere(NameOccurrence occ)
           
protected abstract  NameDeclaration AbstractScope.findVariableHere(NameOccurrence occurrence)
           
protected  NameDeclaration MethodScope.findVariableHere(NameOccurrence occurrence)
           
protected  NameDeclaration ClassScope.findVariableHere(NameOccurrence occurrence)
           
 NameDeclaration ImageFinderFunction.getDecl()
           
 NameDeclaration Search.getResult()