avrora.sim
Class InterpreterFactory

java.lang.Object
  extended byavrora.sim.InterpreterFactory
Direct Known Subclasses:
GenInterpreter.Factory

public abstract class InterpreterFactory
extends java.lang.Object


Constructor Summary
InterpreterFactory()
           
 
Method Summary
abstract  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

InterpreterFactory

public InterpreterFactory()
Method Detail

newInterpreter

public abstract BaseInterpreter newInterpreter(Simulator s,
                                               Program p,
                                               int flash_size,
                                               int ioreg_size,
                                               int sram_size)