org.objectweb.jac.wrappers
Class VerboseWrapper
java.lang.Object
|
+--org.objectweb.jac.core.Wrapper
|
+--org.objectweb.jac.wrappers.VerboseWrapper
- All Implemented Interfaces:
- Serializable
- public class VerboseWrapper
- extends Wrapper
This wrapper prints some informations about the wrapped method when
it is called.
- See Also:
- Serialized Form
Fields inherited from class org.objectweb.jac.core.Wrapper |
ac |
VerboseWrapper
public VerboseWrapper(AspectComponent ac)
printCallingInfos
public Object printCallingInfos(Interaction interaction)
- A wrapping method that prints out the calling informations.
- Returns:
- the value of the called method
printNamedArgs
public Object printNamedArgs(Interaction interaction)
printStackTrace
public Object printStackTrace(Interaction interaction)
printWrappersTrace
public Object printWrappersTrace(Interaction interaction)