Package parser

Interface Summary
MiniSqlConstants  
MiniSqlTreeConstants  
Node  
 

Class Summary
AST_AndExpr AST node for AND expressions in WHERE clauses.
AST_ColumnType Column type in a CREATE TABLE statement.
AST_CreateIndex AST node for CREATE INDEX statements.
AST_CreateTable AST node for CREATE TABLE statements.
AST_Delete AST node for DELETE statements.
AST_Describe AST node for DESCRIBE statements.
AST_DropIndex AST node for DROP INDEX statements.
AST_DropTable AST node for DROP TABLE statements.
AST_ExprPred Expression predicate in a WHERE clause.
AST_ExprValue Value (simple expression), or operand (in a WHERE cluase).
AST_IdentList Dynamic list of table or column identifiers.
AST_Insert AST node for INSERT statements.
AST_OrderBy AST node for ORDER BY clauses.
AST_OrExpr AST node for OR expressions in WHERE clauses.
AST_Select AST node for SELECT statements.
AST_Start Start node of the AST.
AST_Update AST node for UPDATE statements.
JJTMiniSqlState  
MiniSql  
MiniSql.JJCalls  
MiniSqlTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
MiniSql.LookaheadSuccess  
TokenMgrError