Modifier and Type | Method and Description |
---|---|
NameDeclaration |
ASTName.getNameDeclaration() |
Modifier and Type | Method and Description |
---|---|
void |
ASTName.setNameDeclaration(NameDeclaration nd) |
Modifier and Type | Method and Description |
---|---|
NameDeclaration |
LocalScope.addNameOccurrence(NameOccurrence occurrence) |
NameDeclaration |
MethodScope.addNameOccurrence(NameOccurrence occurrence) |
NameDeclaration |
ClassScope.addNameOccurrence(NameOccurrence occurrence) |
NameDeclaration |
LocalScope.findVariableHere(JavaNameOccurrence occurrence) |
NameDeclaration |
MethodScope.findVariableHere(JavaNameOccurrence occurrence) |
protected NameDeclaration |
ClassScope.findVariableHere(JavaNameOccurrence occurrence) |
protected NameDeclaration |
SourceFileScope.findVariableHere(JavaNameOccurrence occ) |
protected abstract NameDeclaration |
AbstractJavaScope.findVariableHere(JavaNameOccurrence occurrence) |
NameDeclaration |
ImageFinderFunction.getDecl() |
NameDeclaration |
Search.getResult() |
Modifier and Type | Method and Description |
---|---|
Map<NameDeclaration,List<NameOccurrence>> |
VariableUsageFinderFunction.getUsed() |
Modifier and Type | Method and Description |
---|---|
void |
LocalScope.addDeclaration(NameDeclaration nameDecl) |
void |
MethodScope.addDeclaration(NameDeclaration variableDecl) |
void |
SourceFileScope.addDeclaration(NameDeclaration declaration)
Adds a new declaration to this scope.
|
void |
AbstractJavaScope.addDeclaration(NameDeclaration declaration) |
void |
ImageFinderFunction.applyTo(NameDeclaration nameDeclaration) |
void |
VariableUsageFinderFunction.applyTo(NameDeclaration o) |
protected void |
AbstractJavaScope.checkForDuplicatedNameDeclaration(NameDeclaration declaration) |
Constructor and Description |
---|
VariableUsageFinderFunction(Map<NameDeclaration,List<NameOccurrence>> decls) |
Modifier and Type | Method and Description |
---|---|
NameDeclaration |
ASTName.getNameDeclaration() |
NameDeclaration |
ASTVariableOrConstantDeclaratorId.getNameDeclaration() |
Modifier and Type | Method and Description |
---|---|
void |
ASTName.setNameDeclaration(NameDeclaration nd) |
void |
ASTVariableOrConstantDeclaratorId.setNameDeclaration(NameDeclaration decl) |
Modifier and Type | Class and Description |
---|---|
class |
ClassNameDeclaration |
class |
MethodNameDeclaration |
class |
VariableNameDeclaration |
Modifier and Type | Method and Description |
---|---|
NameDeclaration |
LocalScope.addNameOccurrence(NameOccurrence occ) |
NameDeclaration |
MethodScope.addNameOccurrence(NameOccurrence occ) |
NameDeclaration |
ClassScope.addNameOccurrence(NameOccurrence occ) |
protected NameDeclaration |
SourceFileScope.findVariableHere(NameOccurrence occ) |
NameDeclaration |
LocalScope.findVariableHere(PLSQLNameOccurrence occurrence) |
NameDeclaration |
MethodScope.findVariableHere(PLSQLNameOccurrence occurrence) |
protected NameDeclaration |
ClassScope.findVariableHere(PLSQLNameOccurrence occurrence) |
NameDeclaration |
ImageFinderFunction.getDecl() |
NameDeclaration |
Search.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
LocalScope.addDeclaration(NameDeclaration declaration) |
void |
MethodScope.addDeclaration(NameDeclaration declaration) |
void |
ClassScope.addDeclaration(NameDeclaration declaration) |
void |
SourceFileScope.addDeclaration(NameDeclaration declaration)
Adds a new declaration to this scope.
|
void |
ImageFinderFunction.applyTo(NameDeclaration nameDeclaration) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNameDeclaration
Base class for all name declarations.
|
Modifier and Type | Method and Description |
---|---|
<T extends NameDeclaration> |
AbstractScope.getDeclarations(Class<T> clazz) |
<T extends NameDeclaration> |
Scope.getDeclarations(Class<T> clazz)
Helper method to get only a specific type of name declarations.
|
Modifier and Type | Method and Description |
---|---|
NameDeclaration |
AbstractScope.addNameOccurrence(NameOccurrence occurrence) |
NameDeclaration |
Scope.addNameOccurrence(NameOccurrence occurrence)
Adds a
NameOccurrence to this scope - only call this after getting
a true back from Scope.contains(NameOccurrence) . |
Modifier and Type | Method and Description |
---|---|
Map<NameDeclaration,List<NameOccurrence>> |
AbstractScope.getDeclarations() |
Map<NameDeclaration,List<NameOccurrence>> |
Scope.getDeclarations()
Gets all the declaration with the occurrences in this scope.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScope.addDeclaration(NameDeclaration declaration) |
void |
Scope.addDeclaration(NameDeclaration declaration)
Adds a new declaration to this scope.
|
Copyright © 2002–2014 InfoEther. All rights reserved.