Package org.eclipse.datatools.sqltools.sqleditor.internal.matching

Interface Summary
IMatchingPairs The matching pattern (mapping rules) of specific language.
 

Class Summary
AbstractMatchingPairs The abstract class for matching token pairs.
AbstractPairMatcher Abstract token matcher which provides token matching methods and some abstract methods to dedicate themselves to complete matching methods.
GeneralMatchingPairs The general matching rule just supports brackets.
GeneralPairMatcher Class for matching the tokens, for example the bracket, "(" and ")" ,"[" and "]" in SQL Editor.
GenericSQLMatchingPairs The class intend for generic SQL language matching token pairs.
GenericSQLPairMatcher The class intends for generic SQL token matching.