|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object avrora.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.Probe
fireBefore()
method is called before the probed instruction executes.
fireBefore
in interface Simulator.Probe
s
- the state of the simulationaddr
- the address at which this instruction residespublic void fireAfter(State s, int addr)
Simulator.Probe
fireAfter()
method is called after the probed instruction executes.
fireAfter
in interface Simulator.Probe
s
- 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 |