ch.ethz.prose.filter
Class ExceptionCatchSTest.MyJoinPointListener

java.lang.Object
ch.ethz.prose.engine.JoinPointListener
ch.ethz.prose.filter.ExceptionCatchSTest.MyJoinPointListener
- Enclosing class:
- ExceptionCatchSTest
- static class ExceptionCatchSTest.MyJoinPointListener
- extends ch.ethz.prose.engine.JoinPointListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionCatchSTest.MyJoinPointListener
public ExceptionCatchSTest.MyJoinPointListener()
joinPointReached
public void joinPointReached(ch.ethz.jvmai.MethodEntryJoinPoint jp)
- Description copied from class:
ch.ethz.prose.engine.JoinPointListener
- A join point corresponding to the request this listener
was registered together with has occurred.
joinPointReached
public void joinPointReached(ch.ethz.jvmai.MethodExitJoinPoint jp)
joinPointReached
public void joinPointReached(ch.ethz.jvmai.FieldAccessJoinPoint jp)
joinPointReached
public void joinPointReached(ch.ethz.jvmai.FieldModificationJoinPoint jp)
joinPointReached
public void joinPointReached(ch.ethz.jvmai.ExceptionJoinPoint jp)
joinPointReached
public void joinPointReached(ch.ethz.jvmai.ExceptionCatchJoinPoint jp)