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.
ErrorReporter The ErrorReporter is the super class of all error reporters in Avrora.
Main This is the main entrypoint to Avrora.
Main.AutoProgramReader  
Version The Version class represents a version number, including the major version, the commit number, as well as the date and time of the last commit.
 

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.