Uses of Class
mars.simulator.Simulator
Packages that use Simulator
-
Uses of Simulator in mars.simulator
Methods in mars.simulator that return SimulatorModifier and TypeMethodDescriptionstatic Simulator
Simulator.getInstance()
Returns the singleton instance of the MIPS simulator.Constructors in mars.simulator with parameters of type SimulatorModifierConstructorDescriptionSimulatorFinishEvent
(Simulator simulator, SimulatorFinishEvent.Reason reason, SimulatorException exception) Construct a new event with the given parameters.SimulatorPauseEvent
(Simulator simulator, int stepCount, SimulatorPauseEvent.Reason reason) Construct a new event with the given parameters.SimulatorStartEvent
(Simulator simulator, int stepCount) Construct a new event with the given parameters.SimulatorThread
(Simulator simulator, int maxSteps, int[] breakPoints) Create a newSimulatorThread
without starting it.