Uses of Class
org.eclipse.wst.jsdt.core.search.SearchRequestor

Packages that use SearchRequestor
org.eclipse.wst.jsdt.core.search   
org.eclipse.wst.jsdt.web.core.javascript.search   
 

Uses of SearchRequestor in org.eclipse.wst.jsdt.core.search
 

Methods in org.eclipse.wst.jsdt.core.search with parameters of type SearchRequestor
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.
 void SearchEngine.search(SearchPattern pattern, SearchParticipant[] participants, IJavaScriptSearchScope scope, SearchRequestor requestor, IProgressMonitor monitor)
          Searches for matches of a given search pattern.
 void SearchEngine.searchDeclarationsOfAccessedFields(IJavaScriptElement enclosingElement, SearchRequestor requestor, IProgressMonitor monitor)
          Searches for all declarations of the fields accessed in the given element.
 void SearchEngine.searchDeclarationsOfReferencedTypes(IJavaScriptElement enclosingElement, SearchRequestor requestor, IProgressMonitor monitor)
          Searches for all declarations of the types referenced in the given element.
 void SearchEngine.searchDeclarationsOfSentMessages(IJavaScriptElement enclosingElement, SearchRequestor requestor, IProgressMonitor monitor)
          Searches for all declarations of the methods invoked in the given element.
 

Uses of SearchRequestor in org.eclipse.wst.jsdt.web.core.javascript.search
 

Methods in org.eclipse.wst.jsdt.web.core.javascript.search with parameters of type SearchRequestor
 void JsSearchParticipant.locateMatches(SearchDocument[] indexMatches, SearchPattern pattern, IJavaScriptSearchScope scope, SearchRequestor requestor, IProgressMonitor monitor)
           
 void JsSearchSupport.search(IJavaScriptElement element, IJavaScriptSearchScope scope, SearchRequestor requestor)
          Search for an IJavaScriptElement, constrained by the given parameters.
 void JsSearchSupport.search(java.lang.String searchText, IJavaScriptSearchScope scope, int searchFor, int limitTo, int matchMode, boolean isCaseSensitive, SearchRequestor requestor)
          Perform a java search w/ the given parameters.
 void JsSearchSupport.searchRunnable(IJavaScriptElement element, IJavaScriptSearchScope scope, SearchRequestor requestor)
          Search for an IJavaScriptElement, constrained by the given parameters.