|
|||||||||
| Home >> All >> ch >> ethz >> prose >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ch.ethz.prose.filter
Class ThiSTest.CheckSubclass

java.lang.Objectch.ethz.prose.engine.JoinPointListener
ch.ethz.prose.filter.ThiSTest.CheckSubclass
- Enclosing class:
- ThiSTest
- public static class ThiSTest.CheckSubclass
- extends ch.ethz.prose.engine.JoinPointListener
| Field Summary | |
(package private) boolean |
isSubClass
|
(package private) boolean |
isSuperClass
|
| Constructor Summary | |
ThiSTest.CheckSubclass()
|
|
| Method Summary | |
void |
joinPointReached(ch.ethz.jvmai.ExceptionCatchJoinPoint jp)
|
void |
joinPointReached(ch.ethz.jvmai.ExceptionJoinPoint jp)
|
void |
joinPointReached(ch.ethz.jvmai.FieldAccessJoinPoint jp)
|
void |
joinPointReached(ch.ethz.jvmai.FieldModificationJoinPoint jp)
|
void |
joinPointReached(ch.ethz.jvmai.MethodEntryJoinPoint jp)
A join point corresponding to the request this listener was registered together with has occurred. |
void |
joinPointReached(ch.ethz.jvmai.MethodExitJoinPoint jp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
isSubClass
boolean isSubClass
isSuperClass
boolean isSuperClass
| Constructor Detail |
ThiSTest.CheckSubclass
public ThiSTest.CheckSubclass()
| Method Detail |
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)
|
|||||||||
| Home >> All >> ch >> ethz >> prose >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC