ch.ethz.prose.engine |
|
Java Source File Name | Type | Comment |
ClassLoadListener.java | Interface | Interface ClassLoadListener describes the functionalty that should
be implemented by entities interested in class loading. |
ConstructorRequest.java | Class | Class ConstructorRequest. |
ExceptionCatchRequest.java | Class | Class ExceptionCatchRequest is a special kind of
JoinPointRequest which, when inserted into a
JoinPointManager will make the local virtual
machine to stop when it encounters an exception object beeing catch
denoted by this request. |
ExceptionThrowRequest.java | Class | Class ExceptionThrowRequest is a special kind of
JoinPointRequest which, when inserted into a
JoinPointManager will make the local virtual
machine to stop when it encounters an exception object beeing thrown
denoted by this request. |
FieldAccessRequest.java | Class | Class FieldAccessRequest is a special kind of
JoinPointRequest which, when inserted into a
JoinPointManager will make the local virtual
machine to stop when it encounters an access on the field
denoted by this request. |
FieldModificationRequest.java | Class | Class FieldModificationRequest is a special kind of
JoinPointRequest which, when inserted into a
JoinPointManager will make the local virtual
machine to stop when it encounters a modification on the field
denoted by this request. |
HotSwapJoinPointManager.java | Class | A JoinPointManager that uses advice weaving at bytecode level. |
JoinPointListener.java | Class | Interface JoinPointListener should be implemented by all interfaces
interested in JoinPointEvents. |
JoinPointManager.java | Class | Class JoinPointManagerImpl defines implements two of the basic methods
JoinPointManager . |
JoinPointManagerTest.java | Class | JUnit testcase for class JoinPointManager (WhiteBox). |
JoinPointQuery.java | Interface | Interface JoinPointQuery defines Methods for querying Crosscuts and Joinpoints. |
JoinPointRequest.java | Class | Abstract class JoinPointRequest represents a request for some execution
event (reaching a joinpoint) inside a virtual machine. |
ListenerList.java | Class | |
MethodEntryRequest.java | Class | Class MethodEntryRequest is a special kind of
JoinPointRequest which, when inserted into a
JoinPointManager will make the local virtual
machine stop at the location it denotes. |
MethodExitRequest.java | Class | Class MethodExitRequest is a special kind of
JoinPointRequest which, when inserted into a
JoinPointManager will make the local virtual
machine stop at the location it denotes. |
MethodRedefineRequest.java | Class | Represents a method redefine request based a MethodRedefineJoinPoint. |