Package | Description |
---|---|
net.sourceforge.pmd.lang.java.symboltable |
Modifier and Type | Method and Description |
---|---|
ClassScope |
DummyScope.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 |
SourceFileScope.getEnclosingClassScope() |
ClassScope |
ClassScope.getEnclosingClassScope() |
Copyright © 2002-2013 InfoEther. All Rights Reserved.