|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexQueryRequestor | |
|---|---|
| org.eclipse.jdt.core.search | |
| org.eclipse.jdt.internal.core.search | |
| org.eclipse.jdt.internal.core.search.matching | |
| Uses of IndexQueryRequestor in org.eclipse.jdt.core.search |
|---|
| Methods in org.eclipse.jdt.core.search with parameters of type IndexQueryRequestor | |
|---|---|
void |
SearchPattern.acceptMatch(java.lang.String relativePath,
java.lang.String containerPath,
char separator,
SearchPattern pattern,
IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope)
|
void |
SearchPattern.acceptMatch(java.lang.String relativePath,
java.lang.String containerPath,
char separator,
SearchPattern pattern,
IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor monitor)
|
void |
SearchPattern.findIndexMatches(Index index,
IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor monitor)
Query a given index for matching entries. |
| Uses of IndexQueryRequestor in org.eclipse.jdt.internal.core.search |
|---|
| Subclasses of IndexQueryRequestor in org.eclipse.jdt.internal.core.search | |
|---|---|
class |
PathCollector
Collects the resource paths reported by a client to this search requestor. |
| Fields in org.eclipse.jdt.internal.core.search declared as IndexQueryRequestor | |
|---|---|
protected IndexQueryRequestor |
PatternSearchJob.requestor
|
| Constructors in org.eclipse.jdt.internal.core.search with parameters of type IndexQueryRequestor | |
|---|---|
PatternSearchJob(SearchPattern pattern,
SearchParticipant participant,
IJavaSearchScope scope,
IndexQueryRequestor requestor)
|
|
SubTypeSearchJob(SearchPattern pattern,
SearchParticipant participant,
IJavaSearchScope scope,
IndexQueryRequestor requestor)
|
|
| Uses of IndexQueryRequestor in org.eclipse.jdt.internal.core.search.matching |
|---|
| Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type IndexQueryRequestor | |
|---|---|
void |
LocalVariablePattern.findIndexMatches(Index index,
IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor progressMonitor)
|
void |
TypeParameterPattern.findIndexMatches(Index index,
IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor progressMonitor)
|
void |
IntersectingPattern.findIndexMatches(Index index,
IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor progressMonitor)
|
void |
OrPattern.findIndexMatches(Index index,
IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor progressMonitor)
|
static void |
MatchLocator.findIndexMatches(SearchPattern pattern,
Index index,
IndexQueryRequestor requestor,
SearchParticipant participant,
IJavaSearchScope scope,
IProgressMonitor monitor)
Query a given index for matching entries. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||