Package org.eigenbase.lurql.parser

Defines a JavaCC parser for the LURQL query language.

See:
          Description

Interface Summary
LurqlParserConstants  
 

Class Summary
LurqlParser  
LurqlParser.JJCalls  
LurqlParserTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

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

Error Summary
LurqlParser.LookaheadSuccess  
TokenMgrError  
 

Package org.eigenbase.lurql.parser Description

Defines a JavaCC parser for the LURQL query language.

Revision $Id: //open/dev/farrago/src/org/eigenbase/lurql/parser/package.html#1 $
Copyright Copyright (C) 2005-2009 The Eigenbase Project
Copyright (C) 2009-2009 SQLstream, Inc.
Copyright (C) 2005-2009 LucidEra, Inc.
Author John V. Sichi