Uses of Class
org.eclipse.jdt.internal.core.search.matching.PossibleMatch

Packages that use PossibleMatch
org.eclipse.jdt.internal.core.search.matching   
 

Uses of PossibleMatch in org.eclipse.jdt.internal.core.search.matching
 

Fields in org.eclipse.jdt.internal.core.search.matching declared as PossibleMatch
 PossibleMatch MatchLocator.currentPossibleMatch
           
 PossibleMatch[] MatchLocator.matchesToProcess
           
 

Methods in org.eclipse.jdt.internal.core.search.matching that return PossibleMatch
 PossibleMatch[] PossibleMatchSet.getPossibleMatches(IPackageFragmentRoot[] roots)
           
 

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type PossibleMatch
 void PossibleMatchSet.add(PossibleMatch possibleMatch)
           
protected  boolean MatchLocator.createHierarchyResolver(IType focusType, PossibleMatch[] possibleMatches)
           
protected  void MatchLocator.locateMatches(JavaProject javaProject, PossibleMatch[] possibleMatches, int start, int length)
           
protected  boolean MatchLocator.parseAndBuildBindings(PossibleMatch possibleMatch, boolean mustResolve)
          Add the possibleMatch to the loop -> build compilation unit declarations, their bindings and record their results.
protected  void MatchLocator.process(PossibleMatch possibleMatch, boolean bindingsWereCreated)