tribble.io
Interface Lr1ParserI

All Superinterfaces:
ParserI
All Known Implementing Classes:
Lr1Parser

public interface Lr1ParserI
extends ParserI

Generic LR(1) parser interface.

This interface is used to implement any kind of LR(1) parser which reads tokens from an input source stream (implementing the LexerI interface).

Since:
2001-08-11
Version:
$Revision: 1.2 $ $Date: 2003/01/25 19:01:01 $
Author:
David R. Tribble, david@tribble.com
Copyright ©2001-2003 by David R. Tribble, all rights reserved.
Permission is granted to freely use and distribute this source code provided that the original copyright and authorship notices remain intact.
See Also:
Lr1ParserTablesI, ParserI, LexerI

Field Summary
static java.lang.String REV
          Revision information.
 
Method Summary
 
Methods inherited from interface tribble.io.ParserI
close, parse, setInput, setSourceName
 

Field Detail

REV

static final java.lang.String REV
Revision information.

See Also:
Constant Field Values