Interface | Description |
---|---|
SQLConstants |
Token literal values and constants.
|
Class | Description |
---|---|
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
SQL | |
SQLTokenManager |
Token Manager.
|
Token |
Describes the input token stream.
|
Util |
Various utility methods for the iterpreter.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Error | Description |
---|---|
TokenMgrError |
Token Manager Error.
|
These classes parse SQL statements in Mckoi. The SQL syntax is defined in the file SQL.jj and compiled by JavaCC into the SQL class.
Copyright © 2015. All rights reserved.