|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.core.ProgramReader
avrora.syntax.gas.GASProgramReader
The GASProgramReader is an implementation of the ProgramReader that reads a
source program in the GAS-style syntax and builds a program from it.
| Constructor Summary | |
GASProgramReader()
|
|
| Method Summary | |
java.lang.String |
getHelp()
|
Program |
read(java.lang.String[] args)
The read() method accepts a list of filenames as strings, loads them, resolves symbols,
and produces a simplified program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GASProgramReader()
| Method Detail |
public Program read(java.lang.String[] args)
throws java.lang.Exception
read() method accepts a list of filenames as strings, loads them, resolves symbols,
and produces a simplified program.
read in class ProgramReaderargs - the string names of the files to load
ParseException - if a parse error is encountered
java.io.IOException - if there is a problem reading from one of the files
java.lang.Exceptionpublic java.lang.String getHelp()
getHelp in class ProgramReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||