Modifier and Type | Method and Description |
---|---|
Scope |
AbstractJavaNode.getScope() |
Scope |
JavaNode.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaNode.setScope(Scope scope) |
void |
JavaNode.setScope(Scope scope) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaScope
Provides the basic java scope implementation
|
class |
ClassScope
This scope represents one Java class.
|
class |
LocalScope
A LocalScope can have variable declarations and class declarations within it.
|
class |
MethodScope
A Method Scope can have variable declarations and class declarations within it.
|
class |
SourceFileScope
This scope is the outer most scope of a Java file.
|
Modifier and Type | Method and Description |
---|---|
Scope |
VariableNameDeclaration.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
Search.execute(Scope startingScope) |
Modifier and Type | Field and Description |
---|---|
protected Scope |
AbstractPLSQLNode.scope |
Modifier and Type | Method and Description |
---|---|
Scope |
PLSQLNode.getScope() |
Scope |
AbstractPLSQLNode.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
PLSQLNode.setScope(Scope scope) |
void |
AbstractPLSQLNode.setScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
Scope |
VariableNameDeclaration.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
Search.execute(Scope startingScope) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScope
Base class for any
Scope . |
Modifier and Type | Method and Description |
---|---|
<T extends Scope> |
Scope.getEnclosingScope(Class<T> clazz)
Helper method that goes up the parent scopes to find a scope
of the specified type
|
<T extends Scope> |
AbstractScope.getEnclosingScope(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Scope |
Scope.getParent()
Retrieves this scope's parent
|
Scope |
AbstractScope.getParent() |
Scope |
NameDeclaration.getScope()
Gets the scope in which this name has been declared.
|
Scope |
ScopedNode.getScope() |
Scope |
AbstractNameDeclaration.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
Scope.setParent(Scope parent)
Points this scope to its parent
|
void |
AbstractScope.setParent(Scope parent) |
Copyright © 2002–2016 InfoEther. All rights reserved.