Class Summary |
Counter |
The functional part of the counting aspect: a counter object.
|
Debugger |
This class is a simple debugger that can by used by a program to
step the called methods and print some informations.
|
DebuggingAC |
Implements a simple debugging aspect for JAC applications. |
DebuggingWrapper |
This wrapper upcalls the debugger when a method that have to be
debugged is called and returns. |
OptimizedCountingWrapper |
This counter must wrap the methods of which calls have to be
counted. |
Recorder |
This class is able to record a set of methods call and replay them. |
RecordingWrapper |
|
SimpleCountingWrapper |
This simple counter must wrap the methods of which calls have to be
counted.
|
TracingAC |
This sample aspect component traces the calls on all the objects of
the program.
|