Package jeops.parser

This package contains the classes that implement the parser for the rules.

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).
Declaracoes This class models a set of String pairs, used to store the list of declarations for a rule.
Parser  
ParserTokenManager  
Token Describes the input token stream.
 

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

Error Summary
TokenMgrError  
 

Package jeops.parser Description

This package contains the classes that implement the parser for the rules. The parser was defined using JavaCC (a compiler generator), so the classes documentation aren't as complete as the rest of the project.