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

  




 

 


Eclipse JDT
Release 3.5

Uses of Class
org.eclipse.jdt.core.search.SearchMatch

Packages that use SearchMatch
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. 
 

Uses of SearchMatch in org.eclipse.jdt.core.search
 

Subclasses of SearchMatch in org.eclipse.jdt.core.search
 class FieldDeclarationMatch
          A Java search match that represents a field declaration.
 class FieldReferenceMatch
          A Java search match that represents a field reference.
 class LocalVariableDeclarationMatch
          A Java search match that represents a local variable declaration.
 class LocalVariableReferenceMatch
          A Java search match that represents a local variable reference.
 class MethodDeclarationMatch
          A Java search match that represents a method declaration.
 class MethodReferenceMatch
          A Java search match that represents a method reference.
 class PackageDeclarationMatch
          A Java search match that represents a package declaration.
 class PackageReferenceMatch
          A Java search match that represents a package reference.
 class ReferenceMatch
          An abstract Java search match that represents a reference.
 class TypeDeclarationMatch
          A Java search match that represents a type declaration.
 class TypeParameterDeclarationMatch
          A Java search match that represents a type parameter declaration or reference.
 class TypeParameterReferenceMatch
          A Java search match that represents a type parameter declaration or reference.
 class TypeReferenceMatch
          A Java search match that represents a type reference.
 

Methods in org.eclipse.jdt.core.search with parameters of type SearchMatch
abstract  void SearchRequestor. acceptSearchMatch ( SearchMatch match)
          Accepts the given search match.
 


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