|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object avrora.util.help.HelpCategory avrora.core.ProgramReader avrora.syntax.objdump.ObjDumpProgramReader
The ObjdumpProgramReader
is an implementation of the ProgramReader
that reads
source assembly files in the Atmel style syntax. It can handle only one file at a time.
Field Summary | |
protected Option.List |
SECTIONS
|
Fields inherited from class avrora.core.ProgramReader |
INDIRECT_EDGES, options |
Fields inherited from class avrora.util.help.HelpCategory |
COMPARATOR, help, name |
Constructor Summary | |
ObjDumpProgramReader()
|
Method Summary | |
Program |
read(java.lang.String[] args)
The read() method takes the command line arguments passed to main and interprets it as a
list of filenames to load. |
Methods inherited from class avrora.core.ProgramReader |
addIndirectEdges |
Methods inherited from class avrora.util.help.HelpCategory |
addCommandExample, addListSection, addOptionSection, addSection, addSubcategorySection, getHelp, getName, printHelp, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final Option.List SECTIONS
Constructor Detail |
public ObjDumpProgramReader()
Method Detail |
public Program read(java.lang.String[] args) throws java.lang.Exception
read()
method takes the command line arguments passed to main and interprets it as a
list of filenames to load. It expects only one filename to be present. It will load, parse, and
simplify the program and return it.
read
in class ProgramReader
args
- the string arguments representing the names of the files to read
ParseException
- if the file does not parse correctly
java.io.IOException
- if there is a problem reading from the files
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |