|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scope | |
|---|---|
| net.sourceforge.pmd.lang.symboltable | |
| Uses of Scope in net.sourceforge.pmd.lang.symboltable |
|---|
| Classes in net.sourceforge.pmd.lang.symboltable that implement Scope | |
|---|---|
class |
AbstractScope
Base class for any Scope. |
| Methods in net.sourceforge.pmd.lang.symboltable with type parameters of type Scope | ||
|---|---|---|
|
AbstractScope.getEnclosingScope(Class<T> clazz)
|
|
|
Scope.getEnclosingScope(Class<T> clazz)
Helper method that goes up the parent scopes to find a scope of the specified type |
|
| Methods in net.sourceforge.pmd.lang.symboltable that return Scope | |
|---|---|
Scope |
AbstractScope.getParent()
|
Scope |
Scope.getParent()
Retrieves this scope's parent |
Scope |
ScopedNode.getScope()
|
Scope |
NameDeclaration.getScope()
Gets the scope in which this name has been declared. |
Scope |
AbstractNameDeclaration.getScope()
|
| Methods in net.sourceforge.pmd.lang.symboltable with parameters of type Scope | |
|---|---|
void |
AbstractScope.setParent(Scope parent)
|
void |
Scope.setParent(Scope parent)
Points this scope to its parent |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||