Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.search.SearchMatch
Packages, die SearchMatch verwenden
Package
Beschreibung
Provides support for searching the workspace Java
elements that match a particular description.
-
Verwendungen von SearchMatch in org.aspectj.org.eclipse.jdt.core.search
Unterklassen von SearchMatch in org.aspectj.org.eclipse.jdt.core.searchModifizierer und TypKlasseBeschreibungclassA 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.Methoden in org.aspectj.org.eclipse.jdt.core.search mit Parametern vom Typ SearchMatchModifizierer und TypMethodeBeschreibungabstract voidSearchRequestor.acceptSearchMatch(SearchMatch match) Accepts the given search match. -
Verwendungen von SearchMatch in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.matching, die SearchMatch zurückgebenModifizierer und TypMethodeBeschreibungConstructorLocator.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) Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Parametern vom Typ SearchMatchModifizierer und TypMethodeBeschreibungprotected 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.