|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IJavaElementRequestor | |
|---|---|
| org.eclipse.jdt.internal.core | |
| Uses of IJavaElementRequestor in org.eclipse.jdt.internal.core |
|---|
| Classes in org.eclipse.jdt.internal.core that implement IJavaElementRequestor | |
|---|---|
class |
JavaElementRequestor
|
| Methods in org.eclipse.jdt.internal.core with parameters of type IJavaElementRequestor | |
|---|---|
void |
NameLookup.seekPackageFragments(java.lang.String name,
boolean partialMatch,
IJavaElementRequestor requestor)
Notifies the given requestor of all package fragments with the given name. |
void |
NameLookup.seekTypes(java.lang.String name,
IPackageFragment pkg,
boolean partialMatch,
int acceptFlags,
IJavaElementRequestor requestor)
Notifies the given requestor of all types (classes and interfaces) in the given package fragment with the given (unqualified) name. |
protected void |
NameLookup.seekTypesInBinaryPackage(java.lang.String name,
IPackageFragment pkg,
boolean partialMatch,
int acceptFlags,
IJavaElementRequestor requestor)
Performs type search in a binary package. |
protected void |
NameLookup.seekTypesInSourcePackage(java.lang.String name,
IPackageFragment pkg,
int firstDot,
boolean partialMatch,
java.lang.String topLevelTypeName,
int acceptFlags,
IJavaElementRequestor requestor)
Performs type search in a source package. |
protected boolean |
NameLookup.seekTypesInTopLevelType(java.lang.String prefix,
int firstDot,
IType topLevelType,
IJavaElementRequestor requestor,
int acceptFlags)
|
protected boolean |
NameLookup.seekTypesInType(java.lang.String prefix,
int firstDot,
IType type,
IJavaElementRequestor requestor,
int acceptFlags)
Notifies the given requestor of all types (classes and interfaces) in the given type with the given (possibly qualified) name. |
protected boolean |
NameLookup.seekTypesInWorkingCopies(java.lang.String name,
IPackageFragment pkg,
int firstDot,
boolean partialMatch,
java.lang.String topLevelTypeName,
int acceptFlags,
IJavaElementRequestor requestor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||