Uses of Class
org.eclipse.jdt.ui.search.QuerySpecification
Packages that use QuerySpecification
Package
Description
Application programming interfaces for Java search participants..
-
Uses of QuerySpecification in org.eclipse.jdt.ui.search
Subclasses of QuerySpecification in org.eclipse.jdt.ui.searchModifier and TypeClassDescriptionclassDescribes a search query by giving theIJavaElementto search for.classDescribes a search query by giving a textual pattern to search for.Methods in org.eclipse.jdt.ui.search with parameters of type QuerySpecificationModifier and TypeMethodDescriptionintIQueryParticipant.estimateTicks(QuerySpecification specification) Returns the number of units of work estimated.voidIQueryParticipant.search(ISearchRequestor requestor, QuerySpecification querySpecification, org.eclipse.core.runtime.IProgressMonitor monitor) Executes the search described by the givenquerySpecification.