org.aspectj.org.eclipse.jdt.internal.core.search.matching
Class PossibleMatchSet

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.search.matching.PossibleMatchSet

public class PossibleMatchSet
extends java.lang.Object

A set of PossibleMatches that is sorted by package fragment roots.


Constructor Summary
PossibleMatchSet()
           
 
Method Summary
 void add(PossibleMatch possibleMatch)
           
 PossibleMatch[] getPossibleMatches(IPackageFragmentRoot[] roots)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PossibleMatchSet

public PossibleMatchSet()
Method Detail

add

public void add(PossibleMatch possibleMatch)

getPossibleMatches

public PossibleMatch[] getPossibleMatches(IPackageFragmentRoot[] roots)

reset

public void reset()