JoinPoint.EnclosingStaticPart, JoinPoint.StaticPartADVICE_EXECUTION, CONSTRUCTOR_CALL, CONSTRUCTOR_EXECUTION, EXCEPTION_HANDLER, FIELD_GET, FIELD_SET, INITIALIZATION, METHOD_CALL, METHOD_EXECUTION, PREINITIALIZATION, STATICINITIALIZATION, SYNCHRONIZATION_LOCK, SYNCHRONIZATION_UNLOCK| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
proceed()
Proceed with the next advice or target method invocation
|
java.lang.Object |
proceed(java.lang.Object[] args)
Proceed with the next advice or target method invocation.
|
void |
set$AroundClosure(AroundClosure arc)
The joinpoint needs to know about its closure so that proceed can delegate to closure.run().
|
default void |
stack$AroundClosure(AroundClosure arc)
The joinpoint needs to know about its closure so that proceed can delegate to closure.run().
|
getArgs, getKind, getSignature, getSourceLocation, getStaticPart, getTarget, getThis, toLongString, toShortString, toStringvoid set$AroundClosure(AroundClosure arc)
arc - the around closure to associate with this joinpointdefault void stack$AroundClosure(AroundClosure arc)
arc - the around closure to associate with this joinpointjava.lang.Object proceed()
throws java.lang.Throwable
java.lang.Throwable - if the invoked proceed throws anythingjava.lang.Object proceed(java.lang.Object[] args)
throws java.lang.Throwable
args - the arguments to proceed withjava.lang.Throwable - if the invoked proceed throws anything