Uses of Class
org.aspectj.weaver.Advice
Packages that use Advice
-
Uses of Advice in org.aspectj.weaver
Methods in org.aspectj.weaver that return AdviceModifier and TypeMethodDescriptionIWeavingSupport.createAdviceMunger(AjAttribute.AdviceAttribute attribute, Pointcut pointcut, Member signature, ResolvedType concreteAspect)
World.createAdviceMunger(AdviceKind kind, Pointcut p, Member signature, int extraParameterFlags, IHasSourceLocation loc, ResolvedType declaringAspect)
Create an advice shadow munger for the given advice kindstatic Advice
Advice.makeCflowEntry(World world, Pointcut entry, boolean isBelow, Member stackField, int nFreeVars, List<ShadowMunger> innerCflowEntries, ResolvedType inAspect)
static Advice
Advice.makePerCflowEntry(World world, Pointcut entry, boolean isBelow, Member stackField, ResolvedType inAspect, List<ShadowMunger> innerCflowEntries)
static Advice
Advice.makePerObjectEntry(World world, Pointcut entry, boolean isThis, ResolvedType inAspect)
static Advice
Advice.makePerTypeWithinEntry(World world, Pointcut p, ResolvedType inAspect)
static Advice
Advice.makeSoftener(World world, Pointcut entry, TypePattern exceptionType, ResolvedType inAspect, IHasSourceLocation loc)
AjAttribute.AdviceAttribute.reify(Member signature, World world, ResolvedType concreteAspect)