|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.syntax.AbstractParser
The AbstractParser is a superclass of all parsers introduced to give multiple JavaCC-generated
parsers a parent class.
| Field Summary | |
protected Module |
module
The module field stores a reference to the module that this parser is building. |
| Constructor Summary | |
AbstractParser()
|
|
| Method Summary | |
abstract void |
Module()
The Module() method causes the parser to begin parsing the module. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Module module
module field stores a reference to the module that this parser is building.
| Constructor Detail |
public AbstractParser()
| Method Detail |
public abstract void Module()
throws AbstractParseException
Module() method causes the parser to begin parsing the module.
AbstractParseException - if the program does not parse correctly
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||