Package | Description |
---|---|
net.sourceforge.pmd.lang.java.ast | |
net.sourceforge.pmd.lang.java.symboltable |
Modifier and Type | Method and Description |
---|---|
Scope |
JavaNode.getScope() |
Scope |
AbstractJavaNode.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
JavaNode.setScope(Scope scope) |
void |
AbstractJavaNode.setScope(Scope scope) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScope |
class |
ClassScope |
class |
DummyScope
Implementation of Scope for source types that are simpler than java sources.
|
class |
LocalScope |
class |
MethodScope |
class |
SourceFileScope |
Modifier and Type | Method and Description |
---|---|
Scope |
DummyScope.getParent() |
Scope |
AbstractScope.getParent() |
Scope |
Scope.getParent()
Retrieves this scope's parent
|
Scope |
NameDeclaration.getScope() |
Scope |
AbstractNameDeclaration.getScope() |
Scope |
VariableNameDeclaration.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
Search.execute(Scope startingScope) |
void |
DummyScope.setParent(Scope parent) |
void |
AbstractScope.setParent(Scope parent) |
void |
Scope.setParent(Scope parent)
Points this scope to its parent
|
Copyright © 2002-2015 InfoEther. All Rights Reserved.