|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchPattern | |
---|---|
org.eclipse.wst.jsdt.core.search | |
org.eclipse.wst.jsdt.web.core.javascript.search |
Uses of SearchPattern in org.eclipse.wst.jsdt.core.search |
---|
Methods in org.eclipse.wst.jsdt.core.search that return SearchPattern | |
---|---|
static SearchPattern |
SearchPattern.createAndPattern(SearchPattern leftPattern,
SearchPattern rightPattern)
Returns a search pattern that combines the given two patterns into an "and" pattern. |
static SearchPattern |
SearchPattern.createOrPattern(SearchPattern leftPattern,
SearchPattern rightPattern)
Returns a search pattern that combines the given two patterns into an "or" pattern. |
static SearchPattern |
SearchPattern.createPattern(IJavaScriptElement element,
int limitTo)
Returns a search pattern based on a given JavaScript element. |
static SearchPattern |
SearchPattern.createPattern(IJavaScriptElement element,
int limitTo,
int matchRule)
Returns a search pattern based on a given JavaScript element. |
static SearchPattern |
SearchPattern.createPattern(java.lang.String stringPattern,
int searchFor,
int limitTo,
int matchRule)
Returns a search pattern based on a given string pattern. |
abstract SearchPattern |
SearchPattern.getBlankPattern()
Returns a blank pattern that can be used as a record to decode an index key. |
Methods in org.eclipse.wst.jsdt.core.search with parameters of type SearchPattern | |
---|---|
static SearchPattern |
SearchPattern.createAndPattern(SearchPattern leftPattern,
SearchPattern rightPattern)
Returns a search pattern that combines the given two patterns into an "and" pattern. |
static SearchPattern |
SearchPattern.createOrPattern(SearchPattern leftPattern,
SearchPattern rightPattern)
Returns a search pattern that combines the given two patterns into an "or" pattern. |
abstract void |
SearchParticipant.locateMatches(SearchDocument[] documents,
SearchPattern pattern,
IJavaScriptSearchScope 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 givenn search requestor. |
boolean |
SearchPattern.matchesDecodedKey(SearchPattern decodedPattern)
Returns whether this pattern matches the given pattern (representing a decoded index key). |
void |
SearchEngine.search(SearchPattern pattern,
SearchParticipant[] participants,
IJavaScriptSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor)
Searches for matches of a given search pattern. |
abstract IPath[] |
SearchParticipant.selectIndexes(SearchPattern query,
IJavaScriptSearchScope scope)
Returns the collection of index locations to consider when performing the given search query in the given scope. |
Uses of SearchPattern in org.eclipse.wst.jsdt.web.core.javascript.search |
---|
Methods in org.eclipse.wst.jsdt.web.core.javascript.search with parameters of type SearchPattern | |
---|---|
IPath[] |
JsPathIndexer.getVisibleJspPaths(SearchPattern pattern,
IJavaScriptSearchScope scope)
|
void |
JsSearchParticipant.locateMatches(SearchDocument[] indexMatches,
SearchPattern pattern,
IJavaScriptSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor)
|
IPath[] |
JsSearchParticipant.selectIndexes(SearchPattern pattern,
IJavaScriptSearchScope scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |