| Class Summary | 
| DBObjectReference |  | 
| JavaCharStream | An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (with java-like unicode escape processing). | 
| Messages |  | 
| ParserParameters | This class defines the parameters passed into the parser. | 
| ParserProposalAdvisor | This class knows how to convert information generated by a SQL parser into
 completion proposals for content assist. | 
| ParsingResult | Used to cache the parsing result of a sql text. | 
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (without unicode processing). | 
| SQLParser | Abstract SQL parser. | 
| SQLWord |  | 
| Token | Describes the input token stream. |