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

Packages that use MethodScope
net.sourceforge.pmd.symboltable   
 

Uses of MethodScope in net.sourceforge.pmd.symboltable
 

Methods in net.sourceforge.pmd.symboltable that return MethodScope
 MethodScope MethodScope.getEnclosingMethodScope()
           
 MethodScope DummyScope.getEnclosingMethodScope()
           
 MethodScope Scope.getEnclosingMethodScope()
          Goes searching up the tree for this scope's enclosing SourceFileScope This is handy if you're buried down in a LocalScope and need to hop up to the MethodScope to find a method parameter.
 MethodScope SourceFileScope.getEnclosingMethodScope()
           
 MethodScope AbstractScope.getEnclosingMethodScope()
           
 



Copyright © 2002-2006 InfoEther. All Rights Reserved.