|
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. |
| ObjDumpParser |
|
| ObjDumpParserTokenManager |
|
| ObjDumpPreprocessor |
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. |
| ObjDumpProgramReader |
The AtmelProgramReader is an implementation of the ProgramReader
that reads source assembly files in the Atmel style syntax. |
| 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. |