Package net.sf.farrago.rng.parserimpl

Contains generated parser code for the Farrago RNG example.

See:
          Description

Interface Summary
RngParserConstants  
 

Class Summary
RngParser Farrago parser implementation extended with RNG syntax.
RngParser.JJCalls  
RngParserTokenManager  
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
RngParser.LookaheadSuccess  
TokenMgrError  
 

Package net.sf.farrago.rng.parserimpl Description

Contains generated parser code for the Farrago RNG example. 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/examples/rng/src/net/sf/farrago/rng/parserimpl/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