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
Scope.getEnclosingScope(Class<T> clazz)
          Helper method that goes up the parent scopes to find a scope of the specified type
<T extends Scope>
T
AbstractScope.getEnclosingScope(Class<T> clazz)
           
 

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

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



Copyright © 2002-2015 InfoEther. All Rights Reserved.