Package | Description |
---|---|
net.sourceforge.pmd.lang.java.symboltable |
Modifier and Type | Method and Description |
---|---|
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 |
DummyScope.getEnclosingSourceFileScope() |
SourceFileScope |
AbstractScope.getEnclosingSourceFileScope() |
Copyright © 2002–2013 InfoEther. All rights reserved.