Package avrora.syntax.objdump

Interface Summary
ObjDumpParserConstants  
 

Class Summary
FileMarkingTokenManager The FileMarkingTokenManager is a subclass of the TokenManager for the Atmel parser that marks each token that is seen with the name of the file that it came from.
ObjDump2ProgramReader The ObjdumpProgramReader is an implementation of the ProgramReader that reads source assembly files in the Atmel style syntax.
ObjDumpParser  
ObjDumpParserTokenManager  
ObjDumpProgramReader The ObjdumpProgramReader is an implementation of the ProgramReader that reads source assembly files in the Atmel style syntax.
ObjDumpReformatter  
ODPPAction The ObjDumpPreprocessor class is a utility class that takes the output from the avr-objdump utility and produces a cleaned up version that is more suitable for parsing into the internal format of Avrora.
RawModule The RawModule is a subclass of Module that allows random access when creating a program from an input source.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

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

Error Summary
TokenMgrError