Uses of Class
org.acm.seguin.pmd.symboltable.ClassScope

Packages that use ClassScope
org.acm.seguin.pmd.symboltable   
 

Uses of ClassScope in org.acm.seguin.pmd.symboltable
 

Methods in org.acm.seguin.pmd.symboltable that return ClassScope
 ClassScope ClassScope.getEnclosingClassScope()
           
 ClassScope AbstractScope.getEnclosingClassScope()
           
 ClassScope Scope.getEnclosingClassScope()
          Goes searching up the tree for this scope's enclosing ClassScope This is handy if you're buried down in a LocalScope and need to hop up to the ClassScope to find a method name.
 ClassScope GlobalScope.getEnclosingClassScope()