Package avrora.core.isdl.gen

Class Summary
Canonicalizer  
ClassGenerator The ClassGenerator class generates a set of classes that represent instructions in an architecture.
CodemapGenerator  
ConstantPropagator  
DeadCodeEliminator  
DisassemblerGenerator  
DisassemblerTestGenerator  
Inliner The Inliner class implements a visitor over the code that inlines calls to known subroutines.
InterpreterGenerator The InterpreterGenerator class is a visitor over the code of an instruction declaration or subroutine that generates the appropriate Java code that implements an interpreter for the architecture.
PrettyPrinter  
PrettyPrinter.MapRep