Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.ethz.prose.filter
Class ThiSTest.CheckSubclass  view ThiSTest.CheckSubclass download ThiSTest.CheckSubclass.java

java.lang.Object
  extended bych.ethz.prose.engine.JoinPointListener
      extended bych.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)