Uses of Package
org.eclipse.jdt.core.search

Packages that use org.eclipse.jdt.core.search
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. 
org.eclipse.jdt.core.tests.model   
org.eclipse.jdt.core.tests.performance   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.hierarchy   
org.eclipse.jdt.internal.core.search   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.core.util   
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.core.search
IJavaSearchResultCollector
          Deprecated. Since 3.0, the class SearchRequestor replaces this interface.
IJavaSearchScope
          An IJavaSearchScope defines where search result should be found by a SearchEngine.
ISearchPattern
          Deprecated. Since 3.0, the class SearchPattern replaces this interface.
ITypeNameRequestor
          Deprecated. Use abstract class TypeNameRequestor instead.
ReferenceMatch
          An abstract Java search match that represents a reference.
SearchDocument
          A search document encapsulates a content to be either indexed or searched in.
SearchMatch
          A search match represents the result of a search query.
SearchParticipant
          A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchPattern
          A search pattern defines how search results are found.
SearchRequestor
          Collects the results from a search engine query.
TypeNameMatch
          A match collected while searching for all type names methods using a requestor.
TypeNameMatchRequestor
          A TypeNameMatchRequestor collects matches from a searchAllTypeNames query to a SearchEngine.
TypeNameRequestor
          A TypeNameRequestor collects search results from a searchAllTypeNames query to a SearchEngine.
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.core.tests.model
IJavaSearchConstants
           This interface defines the constants used by the search engine.
IJavaSearchScope
          An IJavaSearchScope defines where search result should be found by a SearchEngine.
SearchDocument
          A search document encapsulates a content to be either indexed or searched in.
SearchMatch
          A search match represents the result of a search query.
SearchParticipant
          A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchPattern
          A search pattern defines how search results are found.
SearchRequestor
          Collects the results from a search engine query.
TypeNameRequestor
          A TypeNameRequestor collects search results from a searchAllTypeNames query to a SearchEngine.
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.core.tests.performance
IJavaSearchConstants
           This interface defines the constants used by the search engine.
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.internal.core
IJavaSearchConstants
           This interface defines the constants used by the search engine.
IJavaSearchScope
          An IJavaSearchScope defines where search result should be found by a SearchEngine.
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.internal.core.hierarchy
IJavaSearchScope
          An IJavaSearchScope defines where search result should be found by a SearchEngine.
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.internal.core.search
IJavaSearchScope
          An IJavaSearchScope defines where search result should be found by a SearchEngine.
SearchDocument
          A search document encapsulates a content to be either indexed or searched in.
SearchParticipant
          A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchPattern
          A search pattern defines how search results are found.
SearchRequestor
          Collects the results from a search engine query.
TypeNameMatch
          A match collected while searching for all type names methods using a requestor.
TypeNameMatchRequestor
          A TypeNameMatchRequestor collects matches from a searchAllTypeNames query to a SearchEngine.
TypeNameRequestor
          A TypeNameRequestor collects search results from a searchAllTypeNames query to a SearchEngine.
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.internal.core.search.indexing
SearchDocument
          A search document encapsulates a content to be either indexed or searched in.
SearchParticipant
          A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.internal.core.search.matching
FieldReferenceMatch
          A Java search match that represents a field reference.
IJavaSearchScope
          An IJavaSearchScope defines where search result should be found by a SearchEngine.
MethodReferenceMatch
          A Java search match that represents a method reference.
PackageReferenceMatch
          A Java search match that represents a package reference.
ReferenceMatch
          An abstract Java search match that represents a reference.
SearchDocument
          A search document encapsulates a content to be either indexed or searched in.
SearchMatch
          A search match represents the result of a search query.
SearchParticipant
          A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchPattern
          A search pattern defines how search results are found.
SearchRequestor
          Collects the results from a search engine query.
TypeReferenceMatch
          A Java search match that represents a type reference.
 

Classes in org.eclipse.jdt.core.search used by org.eclipse.jdt.internal.core.util
IJavaSearchScope
          An IJavaSearchScope defines where search result should be found by a SearchEngine.