Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

EclipseJDT Plug-in Developer Guide
Previous Page Home Next Page


Eclipse JDT
Release 3.5

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 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.
 

Class Summary
FieldDeclarationMatch A Java search match that represents a field declaration.
FieldReferenceMatch A Java search match that represents a field reference.
LocalVariableDeclarationMatch A Java search match that represents a local variable declaration.
LocalVariableReferenceMatch A Java search match that represents a local variable reference.
MethodDeclarationMatch A Java search match that represents a method declaration.
MethodReferenceMatch A Java search match that represents a method reference.
PackageDeclarationMatch A Java search match that represents a package declaration.
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.
SearchEngine A SearchEngine searches for Java elements following a search pattern.
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.
TypeDeclarationMatch A Java search match that represents a type declaration.
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.
TypeParameterDeclarationMatch A Java search match that represents a type parameter declaration or reference.
TypeParameterReferenceMatch A Java search match that represents a type parameter declaration or reference.
TypeReferenceMatch A Java search match that represents a type reference.
 

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
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire