avrora.sim.mcu
Class ReprogrammableCodeSegment.Factory

java.lang.Object
  extended byavrora.sim.mcu.ReprogrammableCodeSegment.Factory
All Implemented Interfaces:
CodeSegment.Factory
Enclosing class:
ReprogrammableCodeSegment

public static class ReprogrammableCodeSegment.Factory
extends java.lang.Object
implements CodeSegment.Factory

The ReprogrammableCodeSegment.Factory class represents a class capable of creating a new code segment for a new interpreter.


Method Summary
 CodeSegment newCodeSegment(java.lang.String name, BaseInterpreter bi, Segment.ErrorReporter er, Program p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newCodeSegment

public CodeSegment newCodeSegment(java.lang.String name,
                                  BaseInterpreter bi,
                                  Segment.ErrorReporter er,
                                  Program p)
Specified by:
newCodeSegment in interface CodeSegment.Factory