Uses of Class
org.eclipse.jdt.ui.search.QuerySpecification
Package
Description
Application programming interfaces for Java search participants..
-
Uses of QuerySpecification in org.eclipse.jdt.ui.search
Modifier and TypeClassDescriptionclass
Describes a search query by giving theIJavaElement
to search for.class
Describes a search query by giving a textual pattern to search for.Modifier and TypeMethodDescriptionint
IQueryParticipant.estimateTicks
(QuerySpecification specification) Returns the number of units of work estimated.void
IQueryParticipant.search
(ISearchRequestor requestor, QuerySpecification querySpecification, org.eclipse.core.runtime.IProgressMonitor monitor) Executes the search described by the givenquerySpecification
.