avrora.sim
Class GenInterpreter.Factory

java.lang.Object
  extended byavrora.sim.InterpreterFactory
      extended byavrora.sim.GenInterpreter.Factory
Enclosing class:
GenInterpreter

public static final class GenInterpreter.Factory
extends InterpreterFactory


Constructor Summary
GenInterpreter.Factory()
           
 
Method Summary
 BaseInterpreter newInterpreter(Simulator s, Program p, int flash_size, int ioreg_size, int sram_size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenInterpreter.Factory

public GenInterpreter.Factory()
Method Detail

newInterpreter

public BaseInterpreter newInterpreter(Simulator s,
                                      Program p,
                                      int flash_size,
                                      int ioreg_size,
                                      int sram_size)
Specified by:
newInterpreter in class InterpreterFactory