|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.InterpreterFactory
avrora.sim.dbbc.DBBCInterpreter.Factory
| Field Summary | |
protected DBBC |
compiler
|
| Constructor Summary | |
DBBCInterpreter.Factory(DBBC comp)
|
|
| Method Summary | |
BaseInterpreter |
newInterpreter(Simulator s,
Program p,
MicrocontrollerProperties pr)
The newInterpreter() method creates a new interpreter given the simulator, the
program, and the properties of the microcontroller. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final DBBC compiler
| Constructor Detail |
public DBBCInterpreter.Factory(DBBC comp)
| Method Detail |
public BaseInterpreter newInterpreter(Simulator s,
Program p,
MicrocontrollerProperties pr)
InterpreterFactorynewInterpreter() method creates a new interpreter given the simulator, the
program, and the properties of the microcontroller.
newInterpreter in class InterpreterFactorys - the simulator for which the interpreter is being createdp - the program to load into the interpreterpr - the properties of the microcontroller
BaseInterpreter class for the program
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||