Package koala.dynamicjava.parser

Provides the classes that compose the default parser for the language.

See:
          Description

Interface Summary
ParserConstants  
 

Class Summary
ASCII_UCodeESC_CharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Parser This class represents a (interpreted) Java 1.1 language parser
ParserTokenManager  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package koala.dynamicjava.parser Description

Provides the classes that compose the default parser for the language. The parser itself is represented by the class Parser. All the Java files were generated by JavaCC 1.0.



Copyright © 2001 Stephane Hillion. All Rights Reserved.