Package avrora.core.isdl.gen

Class Summary
ClassGenerator The ClassGenerator class generates a set of classes that represent instructions in an architecture.
DBBCGenerator The DBBCGenerator class can generate a dynamic basic block compiler given an architecture description.
FIFInterpreterGenerator  
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.