Uses of Interface
org.eclipse.datatools.sqltools.sqleditor.internal.matching.IMatchingPairs

Packages that use IMatchingPairs
org.eclipse.datatools.sqltools.sqleditor.internal.matching   
 

Uses of IMatchingPairs in org.eclipse.datatools.sqltools.sqleditor.internal.matching
 

Classes in org.eclipse.datatools.sqltools.sqleditor.internal.matching that implement IMatchingPairs
 class AbstractMatchingPairs
          The abstract class for matching token pairs.
 class GeneralMatchingPairs
          The general matching rule just supports brackets.
 class GenericSQLMatchingPairs
          The class intend for generic SQL language matching token pairs.
 

Constructors in org.eclipse.datatools.sqltools.sqleditor.internal.matching with parameters of type IMatchingPairs
AbstractPairMatcher(IMatchingPairs matchingPairs)
           
GeneralPairMatcher(IMatchingPairs matchingPairs)
           
GenericSQLPairMatcher(IMatchingPairs matchingPairs)