Eclipse JDT
Release 3.0

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 TypeDeclarationMatch
          A Java search match that represents a type declaration.
 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.0

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