Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.search.matching.PossibleMatch
Packages that use PossibleMatch
Package
Description
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of PossibleMatch in org.aspectj.org.eclipse.jdt.core.search
Methods in org.aspectj.org.eclipse.jdt.core.search with parameters of type PossibleMatchModifier and TypeMethodDescriptionvoidIJavaSearchDelegate.locateMatches(MatchLocator locator, IJavaProject javaProject, PossibleMatch[] possibleMatches, int start, int length) Fill the PossibleMatch objects' state with confirmed and possible results using the search strategy that this delegate employs. -
Uses of PossibleMatch in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Fields in org.aspectj.org.eclipse.jdt.internal.core.search.matching declared as PossibleMatchMethods in org.aspectj.org.eclipse.jdt.internal.core.search.matching that return PossibleMatchModifier and TypeMethodDescriptionPossibleMatchSet.getPossibleMatches(IPackageFragmentRoot[] roots) Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type PossibleMatchModifier and TypeMethodDescriptionvoidPossibleMatchSet.add(PossibleMatch possibleMatch) protected booleanMatchLocator.createHierarchyResolver(IType focusType, PossibleMatch[] possibleMatches) protected voidMatchLocator.locateMatches(JavaProject javaProject, PossibleMatch[] possibleMatches, int start, int length) protected voidMatchLocator.locateMatchesDefaultImpl(JavaProject javaProject, PossibleMatch[] possibleMatches, int start, int length) protected booleanMatchLocator.parseAndBuildBindings(PossibleMatch possibleMatch, boolean mustResolve) Add the possibleMatch to the loop -> build compilation unit declarations, their bindings and record their results.protected voidMatchLocator.process(PossibleMatch possibleMatch, boolean bindingsWereCreated)