Package net.sf.farrago.parser.impl

Contains generated code for the Farrago SQL parser.

See:
          Description

Interface Summary
FarragoParserImplConstants  
 

Class Summary
FarragoParserImpl Farrago SQL parser implementation, generated from DdlParser.jj and CommonParser.jj by JavaCC.
FarragoParserImpl.JJCalls  
FarragoParserImplTokenManager  
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
FarragoParserImpl.LookaheadSuccess  
TokenMgrError  
 

Package net.sf.farrago.parser.impl Description

Contains generated code for the Farrago SQL parser. This package must NOT contain any non-generated classes, because the buildfile "clean" target automatically deletes everything in this package.

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