Uses of Class
org.eclipse.jdt.core.search.SearchMatch
Packages that use SearchMatch
Package
Description
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.searchModifier and TypeClassDescriptionclassA Java search match that represents a field declaration.classA Java search match that represents a field reference.classA Java search match that represents a local variable declaration.classA Java search match that represents a local variable reference.classA Java search match that represents a method declaration.classA Java search match that represents a method reference.classA Java search match that represents a module declaration.classA Java search match that represents a module reference.classA Java search match that represents a package declaration.classA Java search match that represents a package reference.classAn abstract Java search match that represents a reference.classA Java search match that represents a type declaration.classA Java search match that represents a type parameter declaration or reference.classA Java search match that represents a type parameter declaration or reference.classA Java search match that represents a type reference.Methods in org.eclipse.jdt.core.search that return SearchMatchModifier and TypeMethodDescriptionabstract SearchMatch[]DerivedSourceSearchParticipant.locateCallees(IMember caller, SearchDocument document, org.eclipse.core.runtime.IProgressMonitor monitor) Locates methods and types invoked by the given member.Methods in org.eclipse.jdt.core.search with parameters of type SearchMatchModifier and TypeMethodDescriptionabstract voidSearchRequestor.acceptSearchMatch(SearchMatch match) Accepts the given search match.