Package org.aspectj.lang
Interface ProceedingJoinPoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.aspectj.lang.JoinPoint
JoinPoint.EnclosingStaticPart, JoinPoint.StaticPart
-
-
Field Summary
-
Fields inherited from interface org.aspectj.lang.JoinPoint
ADVICE_EXECUTION, CONSTRUCTOR_CALL, CONSTRUCTOR_EXECUTION, EXCEPTION_HANDLER, FIELD_GET, FIELD_SET, INITIALIZATION, METHOD_CALL, METHOD_EXECUTION, PREINITIALIZATION, STATICINITIALIZATION, SYNCHRONIZATION_LOCK, SYNCHRONIZATION_UNLOCK
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Objectproceed()Objectproceed(Object[] args)voidset$AroundClosure(AroundClosure arc)default voidstack$AroundClosure(AroundClosure arc)-
Methods inherited from interface org.aspectj.lang.JoinPoint
getArgs, getKind, getSignature, getSourceLocation, getStaticPart, getTarget, getThis, toLongString, toShortString, toString
-
-
-
-
Method Detail
-
set$AroundClosure
void set$AroundClosure(AroundClosure arc)
-
stack$AroundClosure
default void stack$AroundClosure(AroundClosure arc)
-
-