Uses of Class
org.eclipse.wst.jsdt.core.search.SearchMatch

Packages that use SearchMatch
org.eclipse.wst.jsdt.core.search   
 

Uses of SearchMatch in org.eclipse.wst.jsdt.core.search
 

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

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