Eclipse JDT
2.0

Package org.eclipse.jdt.core.search

Provides support for searching the workspace Java elements that match a particular description.

See:
          Description

Interface Summary
IJavaSearchConstants This interface defines the constants used by the search engine.
IJavaSearchResultCollector A IJavaSearchResultCollector collects search results from a search query to a SearchEngine.
IJavaSearchScope An IJavaSearchScope defines where search result should be found by a SearchEngine.
ISearchPattern A search pattern defines how search results are found.
ITypeNameRequestor A ITypeNameRequestor collects search results from a searchAllTypeNames query to a SearchEngine.
 

Class Summary
SearchEngine A SearchEngine searches for java elements following a search pattern.
 

Package org.eclipse.jdt.core.search Description

Provides support for searching the workspace Java elements that match a particular description.

Package Specification

This package provides support for searching the workspace Java elements that match a particular description. In particular, it provides a search engine with a set of search patterns and search result requestors.


Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.