|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.monitors.TraceMonitor.Monitor.GlobalProbe
| Nested Class Summary |
| Nested classes inherited from class avrora.sim.Simulator.Probe |
Simulator.Probe.Empty |
| Constructor Summary | |
TraceMonitor.Monitor.GlobalProbe()
|
|
| Method Summary | |
void |
fireAfter(State s,
int addr)
The fireAfter() method is called after the probed instruction executes. |
void |
fireBefore(State s,
int addr)
The fireBefore() method is called before the probed instruction executes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TraceMonitor.Monitor.GlobalProbe()
| Method Detail |
public void fireBefore(State s,
int addr)
Simulator.ProbefireBefore() method is called before the probed instruction executes.
fireBefore in interface Simulator.Probes - the state of the simulationaddr - the address at which this instruction resides
public void fireAfter(State s,
int addr)
Simulator.ProbefireAfter() method is called after the probed instruction executes.
fireAfter in interface Simulator.Probes - the state of the simulationaddr - the address at which this instruction resides
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||