Uses of Class
org.eclipse.wst.jsdt.ui.search.QuerySpecification

Packages that use QuerySpecification
org.eclipse.wst.jsdt.ui.search   
 

Uses of QuerySpecification in org.eclipse.wst.jsdt.ui.search
 

Subclasses of QuerySpecification in org.eclipse.wst.jsdt.ui.search
 class ElementQuerySpecification
           Describes a search query by giving the IJavaScriptElement to search for.
 class PatternQuerySpecification
           Describes a search query by giving a textual pattern to search for.
 

Methods in org.eclipse.wst.jsdt.ui.search with parameters of type QuerySpecification
 int IQueryParticipant.estimateTicks(QuerySpecification specification)
          Returns the number of units of work estimated.
 void IQueryParticipant.search(ISearchRequestor requestor, QuerySpecification querySpecification, IProgressMonitor monitor)
          Executes the search described by the given querySpecification.