avrora.core.isdl.gen
Class DBBCGenerator

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

public class DBBCGenerator
extends java.lang.Object

The DBBCGenerator class can generate a dynamic basic block compiler given an architecture description. The dynamic basic block compiler translates blocks of machine instructions into Java code that can be compiled into bytecode and loaded into the VM.


Constructor Summary
DBBCGenerator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBBCGenerator

public DBBCGenerator()