Package | Description |
---|---|
net.sourceforge.pmd.lang.java.symboltable |
Modifier and Type | Method and Description |
---|---|
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-2013 InfoEther. All Rights Reserved.