Uses of Interface
net.sourceforge.pmd.lang.symboltable.Scope

Packages that use Scope
net.sourceforge.pmd.lang.symboltable   
 

Uses of Scope in net.sourceforge.pmd.lang.symboltable
 

Classes in net.sourceforge.pmd.lang.symboltable that implement Scope
 class AbstractScope
          Base class for any Scope.
 

Methods in net.sourceforge.pmd.lang.symboltable with type parameters of type Scope
<T extends Scope>
T
AbstractScope.getEnclosingScope(Class<T> clazz)
           
<T extends Scope>
T
Scope.getEnclosingScope(Class<T> clazz)
          Helper method that goes up the parent scopes to find a scope of the specified type
 

Methods in net.sourceforge.pmd.lang.symboltable that return Scope
 Scope AbstractScope.getParent()
           
 Scope Scope.getParent()
          Retrieves this scope's parent
 Scope ScopedNode.getScope()
           
 Scope NameDeclaration.getScope()
          Gets the scope in which this name has been declared.
 Scope AbstractNameDeclaration.getScope()
           
 

Methods in net.sourceforge.pmd.lang.symboltable with parameters of type Scope
 void AbstractScope.setParent(Scope parent)
           
 void Scope.setParent(Scope parent)
          Points this scope to its parent
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.