tribble.io
Interface SymbolTableI


public interface SymbolTableI

Generic symbol table interface.

This marker interface is used to implement any kind of symbol table, which is produced as the result of parsing tokens from a lexical source text stream.

Since:
2001-04-21
Version:
$Revision: 1.1 $ $Date: 2001/04/21 20:27:43 $
Author:
David R. Tribble, david@tribble.com
Copyright ©2001-2002 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:
SymbolI, ParserWithSymbolTableI

Field Summary
static java.lang.String REV
          Revision information.
 

Field Detail

REV

static final java.lang.String REV
Revision information.

See Also:
Constant Field Values