|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| ConstructorCall | This class/event gathers information when a constructor is called. |
| ConstructorReturn | This class/event gathers information when a method returns. |
| Event | Execution point are represented as events. |
| MethodCall | This class/event gathers information when a method is called. |
| MethodReturn | This class/event gathers information when a method returns. |
Package defining events for EAOP for Java.
It provides three components: a general superclass Event,
and two classes MethodCall and MethodReturn
which represents ... method calls and returns. This package can be
extended along with instrumentation in order to deal with other kind
of execution events (e.g. constructor call and return, field access,
else branch entry, method lookup, etc...).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||