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

Packages that use SourceFileScope
net.sourceforge.pmd.symboltable   
 

Uses of SourceFileScope in net.sourceforge.pmd.symboltable
 

Methods in net.sourceforge.pmd.symboltable that return SourceFileScope
 SourceFileScope Scope.getEnclosingSourceFileScope()
          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 SourceFileScope to find a class name.
 SourceFileScope AbstractScope.getEnclosingSourceFileScope()
           
 SourceFileScope SourceFileScope.getEnclosingSourceFileScope()
           
 SourceFileScope DummyScope.getEnclosingSourceFileScope()
           
 



Copyright © 2002-2010 InfoEther. All Rights Reserved.