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 |
|---|---|
Object |
proceed()
Proceed with the next advice or target method invocation
|
Object |
proceed(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 joinpointObject proceed() throws Throwable
Throwable - if the invoked proceed throws anythingObject proceed(Object[] args) throws Throwable
args - the arguments to proceed withThrowable - if the invoked proceed throws anythingCopyright © 2019. All rights reserved.