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

Packages that use MethodScope
net.sourceforge.pmd.lang.java.symboltable   
 

Uses of MethodScope in net.sourceforge.pmd.lang.java.symboltable
 

Methods in net.sourceforge.pmd.lang.java.symboltable that return MethodScope
 MethodScope MethodScope.getEnclosingMethodScope()
           
 MethodScope DummyScope.getEnclosingMethodScope()
           
 MethodScope AbstractScope.getEnclosingMethodScope()
           
 MethodScope Scope.getEnclosingMethodScope()
          Goes searching up the tree for this scope's enclosing MethodScope 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()
           
 



Copyright © 2002-2012 InfoEther. All Rights Reserved.