|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.ASTVisitor
org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
public class UnresolvedReferenceNameFinder
| Nested Class Summary | |
|---|---|
static interface |
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor
|
| Constructor Summary | |
|---|---|
UnresolvedReferenceNameFinder(CompletionEngine completionEngine)
|
|
| Method Summary | |
|---|---|
void |
endVisit(Argument argument,
BlockScope blockScope)
|
void |
endVisit(Argument argument,
ClassScope classScope)
|
void |
endVisit(Block block,
BlockScope blockScope)
|
void |
endVisit(ConstructorDeclaration constructorDeclaration,
ClassScope classScope)
|
void |
endVisit(FieldDeclaration fieldDeclaration,
MethodScope methodScope)
|
void |
endVisit(Initializer initializer,
MethodScope methodScope)
|
void |
endVisit(LocalDeclaration localDeclaration,
BlockScope blockScope)
|
void |
endVisit(MethodDeclaration methodDeclaration,
ClassScope classScope)
|
void |
endVisit(TypeDeclaration typeDeclaration,
BlockScope blockScope)
|
void |
endVisit(TypeDeclaration typeDeclaration,
ClassScope classScope)
|
void |
find(char[] startWith,
AbstractMethodDeclaration methodDeclaration,
int from,
char[][] discouragedNames,
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor nameRequestor)
|
void |
find(char[] startWith,
Initializer initializer,
ClassScope scope,
int from,
char[][] discouragedNames,
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor nameRequestor)
|
void |
findAfter(char[] startWith,
Scope scope,
ClassScope classScope,
int from,
int to,
char[][] discouragedNames,
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor nameRequestor)
|
void |
findBefore(char[] startWith,
Scope scope,
ClassScope classScope,
int from,
int recordTo,
int parseTo,
char[][] discouragedNames,
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor nameRequestor)
|
boolean |
visit(Block block,
BlockScope blockScope)
|
boolean |
visit(ConstructorDeclaration constructorDeclaration,
ClassScope classScope)
|
boolean |
visit(FieldDeclaration fieldDeclaration,
MethodScope methodScope)
|
boolean |
visit(Initializer initializer,
MethodScope methodScope)
|
boolean |
visit(MethodDeclaration methodDeclaration,
ClassScope classScope)
|
boolean |
visit(TypeDeclaration localTypeDeclaration,
BlockScope blockScope)
|
boolean |
visit(TypeDeclaration memberTypeDeclaration,
ClassScope classScope)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnresolvedReferenceNameFinder(CompletionEngine completionEngine)
| Method Detail |
|---|
public void find(char[] startWith,
Initializer initializer,
ClassScope scope,
int from,
char[][] discouragedNames,
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor nameRequestor)
public void find(char[] startWith,
AbstractMethodDeclaration methodDeclaration,
int from,
char[][] discouragedNames,
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor nameRequestor)
public void findAfter(char[] startWith,
Scope scope,
ClassScope classScope,
int from,
int to,
char[][] discouragedNames,
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor nameRequestor)
public void findBefore(char[] startWith,
Scope scope,
ClassScope classScope,
int from,
int recordTo,
int parseTo,
char[][] discouragedNames,
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor nameRequestor)
public boolean visit(Block block,
BlockScope blockScope)
visit in class ASTVisitor
public boolean visit(ConstructorDeclaration constructorDeclaration,
ClassScope classScope)
visit in class ASTVisitor
public boolean visit(FieldDeclaration fieldDeclaration,
MethodScope methodScope)
visit in class ASTVisitor
public boolean visit(Initializer initializer,
MethodScope methodScope)
visit in class ASTVisitor
public boolean visit(MethodDeclaration methodDeclaration,
ClassScope classScope)
visit in class ASTVisitor
public boolean visit(TypeDeclaration localTypeDeclaration,
BlockScope blockScope)
visit in class ASTVisitor
public boolean visit(TypeDeclaration memberTypeDeclaration,
ClassScope classScope)
visit in class ASTVisitor
public void endVisit(Block block,
BlockScope blockScope)
endVisit in class ASTVisitor
public void endVisit(Argument argument,
BlockScope blockScope)
endVisit in class ASTVisitor
public void endVisit(Argument argument,
ClassScope classScope)
endVisit in class ASTVisitor
public void endVisit(ConstructorDeclaration constructorDeclaration,
ClassScope classScope)
endVisit in class ASTVisitor
public void endVisit(FieldDeclaration fieldDeclaration,
MethodScope methodScope)
endVisit in class ASTVisitor
public void endVisit(Initializer initializer,
MethodScope methodScope)
endVisit in class ASTVisitor
public void endVisit(LocalDeclaration localDeclaration,
BlockScope blockScope)
endVisit in class ASTVisitor
public void endVisit(MethodDeclaration methodDeclaration,
ClassScope classScope)
endVisit in class ASTVisitor
public void endVisit(TypeDeclaration typeDeclaration,
BlockScope blockScope)
endVisit in class ASTVisitor
public void endVisit(TypeDeclaration typeDeclaration,
ClassScope classScope)
endVisit in class ASTVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||