|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.core.Wrapper | +--org.objectweb.jac.aspects.tracing.DebuggingWrapper
This wrapper upcalls the debugger when a method that have to be debugged is called and returns.
Debugger
,
Serialized FormField Summary | |
Debugger |
debugger
The actual debugger. |
Fields inherited from class org.objectweb.jac.core.Wrapper |
ac |
Constructor Summary | |
DebuggingWrapper(AspectComponent ac)
The wrapper constructor. |
Method Summary | |
Object |
step(Interaction interaction)
This wrapping method is used to upcall the debugger at each method call. |
Methods inherited from class org.objectweb.jac.core.Wrapper |
attr, attrdef, defines, getAspectComponent, getAspectComponentName, getExceptionHandlers, proceed, setAspectComponent, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Debugger debugger
Constructor Detail |
public DebuggingWrapper(AspectComponent ac)
Method Detail |
public Object step(Interaction interaction)
Debugger.startOfMethod(String,String,String,Object[])
,
Debugger.endOfMethod(String,String,String,Object[],Object,long)
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |