|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scope | |
|---|---|
| net.sourceforge.pmd.ast | |
| net.sourceforge.pmd.symboltable | |
| Uses of Scope in net.sourceforge.pmd.ast |
|---|
| Methods in net.sourceforge.pmd.ast that return Scope | |
|---|---|
Scope |
SimpleNode.getScope()
|
| Methods in net.sourceforge.pmd.ast with parameters of type Scope | |
|---|---|
void |
SimpleNode.setScope(Scope scope)
|
| Uses of Scope in net.sourceforge.pmd.symboltable |
|---|
| Classes in net.sourceforge.pmd.symboltable that implement Scope | |
|---|---|
class |
AbstractScope
|
class |
ClassScope
|
class |
DummyScope
Implementation of Scope for source types that are simpler than java sources. |
class |
LocalScope
|
class |
MethodScope
|
class |
SourceFileScope
|
| Methods in net.sourceforge.pmd.symboltable that return Scope | |
|---|---|
Scope |
AbstractScope.getParent()
|
Scope |
Scope.getParent()
Retrieves this scope's parent |
Scope |
DummyScope.getParent()
|
Scope |
NameDeclaration.getScope()
|
Scope |
VariableNameDeclaration.getScope()
|
Scope |
AbstractNameDeclaration.getScope()
|
| Methods in net.sourceforge.pmd.symboltable with parameters of type Scope | |
|---|---|
void |
Search.execute(Scope startingScope)
|
void |
AbstractScope.setParent(Scope parent)
|
void |
Scope.setParent(Scope parent)
Points this scope to its parent |
void |
DummyScope.setParent(Scope parent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||