Methods in org.eclipse.cdt.core.search with parameters of type ICSearchScope |
void |
OrPattern.feedIndexRequestor(org.eclipse.cdt.internal.core.search.IIndexSearchRequestor requestor,
int detailLevel,
int[] fileRefs,
int[][] offsets,
int[][] offsetLengths,
IndexInput input,
ICSearchScope scope)
|
void |
OrPattern.findIndexMatches(IndexInput input,
org.eclipse.cdt.internal.core.search.IIndexSearchRequestor requestor,
int detailLevel,
IProgressMonitor progressMonitor,
ICSearchScope scope)
|
static Set |
DOMSearchUtil.getMatchesFromSearchEngine(ICSearchScope scope,
IASTName searchName,
ICSearchConstants.LimitTo limitTo)
This is a convenience method that uses the SearchEngine to find declarations, references, or both that correspond
to the IASTName searchName found in the index. |
static Set |
DOMSearchUtil.getMatchesFromSearchEngine(ICSearchScope scope,
String searchPattern,
ICSearchConstants.LimitTo limitTo)
This is a convenience method that uses the SearchEngine to find everything in the index
that matches to a String. |
void |
SearchEngine.search(IWorkspace workspace,
ICSearchPattern pattern,
ICSearchScope scope,
ICSearchResultCollector collector,
boolean excludeLocalDeclarations)
|
void |
SearchEngine.search(IWorkspace workspace,
ICSearchPattern pattern,
ICSearchScope scope,
ICSearchResultCollector collector,
boolean excludeLocalDeclarations,
IMatchLocator matchLocator)
|