avrora.core.isdl.gen
Class ClassGenerator

java.lang.Object
  extended byavrora.core.isdl.gen.ClassGenerator

public class ClassGenerator
extends java.lang.Object

The ClassGenerator class generates a set of classes that represent instructions in an architecture. It will generate an outer class Instr that contains as inner classes, the individual instructions contained in the architecture description.


Constructor Summary
ClassGenerator(Architecture a, Printer p)
           
 
Method Summary
 void generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassGenerator

public ClassGenerator(Architecture a,
                      Printer p)
Method Detail

generate

public void generate()