tribble.io
Interface ParseTreeI


public interface ParseTreeI

Generic parse tree interface.

This marker interface is used to implement any kind of parse tree, 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:25:25 $
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:
ParserWithParseTreeI

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