JavaScript Development Tools
Release 3.2

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 PackageReferenceMatch
          A JavaScript search match that represents a package reference.
 class TypeDeclarationMatch
          A JavaScript search match that represents a type declaration.
 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.
 


JavaScript Development Tools
Release 3.2

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