| Modifier and Type | Method and Description |
|---|---|
IASScope |
IScopedDefinition.getContainedScope()
Returns the scope that is contained within this definition.
|
IASScope |
IDefinition.getContainingScope()
Gets the scope in which this definition exists.
|
| Modifier and Type | Method and Description |
|---|---|
IDefinition |
IReference.resolve(ICompilerProject project,
IASScope scope,
DependencyType dependencyType,
boolean canEscapeWith)
Resolves the reference to its
IDefinition in the given project
and scope. |
| Modifier and Type | Method and Description |
|---|---|
IASScope |
ICompilerProject.getScope() |
| Modifier and Type | Method and Description |
|---|---|
IDefinition |
ICompilerProject.doubleCheckAmbiguousDefinition(IASScope scope,
String name,
IDefinition def1,
IDefinition def2)
Override this to do try harder to disambiguate between two ambiguous definitions
|
| Modifier and Type | Method and Description |
|---|---|
IASScope |
IASScope.getContainingScope()
Gets the scope that lexically contains this scope.
|
| Modifier and Type | Method and Description |
|---|---|
IASScope |
IScopedNode.getScope()
Get the scope associated with this node as an IASScope
|
| Modifier and Type | Method and Description |
|---|---|
IASScope[] |
IFileScopeRequestResult.getScopes() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.