Uses of Package
org.eclipse.jdt.core.search
Package
Description
Application programming interface for the JDT core manipulation plug-in class.
Provides support for searching the workspace Java
elements that match a particular description.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
Application programming interfaces for Java search participants..
-
ClassDescriptionA
TypeNameMatchRequestor
collects matches from asearchAllTypeNames
query to aSearchEngine
. -
ClassDescriptionDeprecated.An
IJavaSearchScope
defines where search result should be found by aSearchEngine
.Deprecated.Since 3.0, the classSearchPattern
replaces this interface.Deprecated.Use abstract classTypeNameRequestor
instead.AMethodNameMatchRequestor
collects matches from asearchAllMethodNames
query to aSearchEngine
.AMethodDeclarationRequestor
collects search results from asearchAllMethodDeclarations
query to aSearchEngine
.An abstract Java search match that represents a reference.A search document encapsulates a content to be either indexed or searched in.A search match represents the result of a search query.A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.A search pattern defines how search results are found.Collects the results from a search engine query.ATypeNameMatchRequestor
collects matches from asearchAllTypeNames
query to aSearchEngine
.ATypeNameRequestor
collects search results from asearchAllTypeNames
query to aSearchEngine
. -
ClassDescriptionAn
IJavaSearchScope
defines where search result should be found by aSearchEngine
. -
ClassDescriptionAn
IJavaSearchScope
defines where search result should be found by aSearchEngine
.
SearchRequestor
replaces this interface.