Package avrora

Class Summary
AVRErrorReporter The AVRErrorReporter contains one method per compilation error.
Avrora The Avrora class contains several utilities relating to exceptions and errors within Avrora.
AVRTestHarness The AVRTestHarness implements a test harness that interfaces the avrora.test.AutomatedTester in order to automate testing of the AVR parser and simulator.
ErrorReporter The ErrorReporter is the super class of all error reporters in Avrora.
Main This is the main entrypoint to Avrora.
Main.Action The Action class defines a new action that the main driver is capable of executing.
Main.Location The Location class encapsulates a location within a program that is specified on the command line.
Main.ProgramReader The ProgramReader class represents an object capable of reading a program given the special command line arguments.
 

Error Summary
Avrora.Error The Error class is the base class of all errors in Avrora.
Avrora.InternalError The InternalError class is a class of errors corresponding to exceptional conditions within Avrora.
CompilationError The CompilationError class represents an error in a user program, including the module contents and line and column numbers.