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 DummyScope.getEnclosingSourceFileScope()
           
 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 SourceFileScope.getEnclosingSourceFileScope()
           
 SourceFileScope AbstractScope.getEnclosingSourceFileScope()
           
 



Copyright © 2002-2006 InfoEther. All Rights Reserved.