void |
SearchPattern.acceptMatch(String relativePath,
String containerPath,
char separator,
SearchPattern pattern,
org.eclipse.jdt.internal.core.search.IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope) |
|
void |
SearchPattern.acceptMatch(String relativePath,
String containerPath,
char separator,
SearchPattern pattern,
org.eclipse.jdt.internal.core.search.IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor monitor) |
|
void |
SearchPattern.findIndexMatches(org.eclipse.jdt.internal.core.index.Index index,
org.eclipse.jdt.internal.core.search.IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor monitor) |
Query a given index for matching entries.
|
abstract void |
SearchParticipant.locateMatches(SearchDocument[] documents,
SearchPattern pattern,
IJavaSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor) |
Locates the matches in the given documents using the given search pattern
and search scope, and reports them to the given search requestor.
|
void |
SearchEngine.search(IWorkspace workspace,
String patternString,
int searchFor,
int limitTo,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector) |
Deprecated.
|
void |
SearchEngine.search(IWorkspace workspace,
IJavaElement element,
int limitTo,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector) |
Deprecated.
|
void |
SearchEngine.search(IWorkspace workspace,
ISearchPattern searchPattern,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector) |
Deprecated.
|
void |
SearchEngine.search(SearchPattern pattern,
SearchParticipant[] participants,
IJavaSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor) |
Searches for matches of a given search pattern.
|
void |
SearchEngine.searchAllMethodNames(char[] packageName,
int pkgMatchRule,
char[] declaringQualification,
int declQualificationMatchRule,
char[] declaringSimpleName,
int declSimpleNameMatchRule,
char[] methodName,
int methodMatchRule,
IJavaSearchScope scope,
MethodNameMatchRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Searches for all method declarations in the given scope.
|
void |
SearchEngine.searchAllMethodNames(char[] packageName,
int pkgMatchRule,
char[] declaringQualification,
int declQualificationMatchRule,
char[] declaringSimpleName,
int declSimpleNameMatchRule,
char[] methodName,
int methodMatchRule,
IJavaSearchScope scope,
MethodNameRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Searches for all method declarations in the given scope.
|
void |
SearchEngine.searchAllMethodNames(char[] qualifier,
int qualifierMatchRule,
char[] methodName,
int methodMatchRule,
IJavaSearchScope scope,
MethodNameMatchRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Searches for all method declarations in the given scope.
|
void |
SearchEngine.searchAllMethodNames(char[] qualifier,
int qualifierMatchRule,
char[] methodName,
int methodMatchRule,
IJavaSearchScope scope,
MethodNameRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Searches for all method declarations in the given scope.
|
void |
SearchEngine.searchAllTypeNames(char[][] qualifications,
char[][] typeNames,
IJavaSearchScope scope,
TypeNameMatchRequestor nameMatchRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Searches for all top-level types and member types in the given scope matching any of the given qualifications
and type names in a case sensitive way.
|
void |
SearchEngine.searchAllTypeNames(char[][] qualifications,
char[][] typeNames,
IJavaSearchScope scope,
TypeNameRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Searches for all top-level types and member types in the given scope matching any of the given qualifications
and type names in a case sensitive way.
|
void |
SearchEngine.searchAllTypeNames(char[] packageName,
char[] typeName,
int matchRule,
int searchFor,
IJavaSearchScope scope,
ITypeNameRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Deprecated.
|
void |
SearchEngine.searchAllTypeNames(char[] packageExactName,
char[] typeName,
int matchRule,
int searchFor,
IJavaSearchScope scope,
TypeNameRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Deprecated.
|
void |
SearchEngine.searchAllTypeNames(char[] packageName,
int packageMatchRule,
char[] typeName,
int typeMatchRule,
int searchFor,
IJavaSearchScope scope,
TypeNameMatchRequestor nameMatchRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Searches for all top-level types and member types in the given scope.
|
void |
SearchEngine.searchAllTypeNames(char[] packageName,
int packageMatchRule,
char[] typeName,
int typeMatchRule,
int searchFor,
IJavaSearchScope scope,
TypeNameRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Searches for all top-level types and member types in the given scope.
|
void |
SearchEngine.searchAllTypeNames(IWorkspace workspace,
char[] packageName,
char[] typeName,
int matchMode,
boolean isCaseSensitive,
int searchFor,
IJavaSearchScope scope,
ITypeNameRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) |
Deprecated.
|
abstract IPath[] |
SearchParticipant.selectIndexes(SearchPattern query,
IJavaSearchScope scope) |
Returns the collection of index locations to consider when performing the
given search query in the given scope.
|