Uses of Class
org.aspectj.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.aspectj.org.eclipse.jdt.core.search
Subclasses of SearchMatch in org.aspectj.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.aspectj.org.eclipse.jdt.core.search with parameters of type SearchMatchModifier and TypeMethodDescriptionabstract voidSearchRequestor.acceptSearchMatch(SearchMatch match) Accepts the given search match. -
Uses of SearchMatch in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching that return SearchMatchModifier and TypeMethodDescriptionConstructorLocator.newDeclarationMatch(ASTNode reference, IJavaElement element, Binding binding, int accuracy, int length, MatchLocator locator) MatchLocator.newDeclarationMatch(IJavaElement element, Binding binding, int accuracy, int offset, int length) MatchLocator.newDeclarationMatch(IJavaElement element, Binding binding, int accuracy, int offset, int length, SearchParticipant participant, org.eclipse.core.resources.IResource resource) MethodLocator.newDeclarationMatch(ASTNode reference, IJavaElement element, Binding elementBinding, int accuracy, int length, MatchLocator locator) ModuleLocator.newDeclarationMatch(ASTNode node, IJavaElement element, Binding elementBinding, int accuracy, int length, MatchLocator locator) OrLocator.newDeclarationMatch(ASTNode reference, IJavaElement element, Binding elementBinding, int accuracy, int length, MatchLocator locator) PatternLocator.newDeclarationMatch(ASTNode reference, IJavaElement element, Binding elementBinding, int accuracy, int length, MatchLocator locator) MatchLocator.newLocalVariableReferenceMatch(IJavaElement enclosingElement, int accuracy, int offset, int length, ASTNode reference) MatchLocator.newTypeParameterReferenceMatch(IJavaElement enclosingElement, int accuracy, int offset, int length, ASTNode reference) Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type SearchMatchModifier and TypeMethodDescriptionprotected voidMatchLocator.report(SearchMatch match) protected voidMatchLocator.reportAccurateEnumConstructorReference(SearchMatch match, FieldDeclaration field, AllocationExpression allocation) Finds the accurate positions of each valid token in the source and reports a reference to this token to the search requestor.protected voidMatchLocator.reportAccurateFieldReference(SearchMatch[] matches, QualifiedNameReference qNameRef) Finds the accurate positions of each valid token in the source and reports a reference to this token to the search requestor.protected voidMatchLocator.reportAccurateParameterizedMethodReference(SearchMatch match, ASTNode statement, TypeReference[] typeArguments) Finds the accurate positions of the sequence of tokens given by qualifiedName in the source and reports a reference to this parameterized type name to the search requestor.protected voidMatchLocator.reportAccurateParameterizedTypeReference(SearchMatch match, TypeReference typeRef, int index, TypeReference[] typeArguments) Finds the accurate positions of the sequence of tokens given by qualifiedName in the source and reports a reference to this parameterized type name to the search requestor.protected voidMatchLocator.reportAccurateTypeReference(SearchMatch match, ASTNode typeRef, char[] name) Finds the accurate positions of the sequence of tokens given by qualifiedName in the source and reports a reference to this this qualified name to the search requestor.