Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.search.matching.PossibleMatch
Packages that use PossibleMatch
-
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 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)