Uses of Class
org.aspectj.weaver.Advice
-
Packages that use Advice Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.model -
-
Uses of Advice in org.aspectj.weaver
Methods in org.aspectj.weaver that return Advice Modifier and Type Method Description AdviceIWeavingSupport. createAdviceMunger(AjAttribute.AdviceAttribute attribute, Pointcut pointcut, Member signature, ResolvedType concreteAspect)AdviceWorld. createAdviceMunger(AdviceKind kind, Pointcut p, Member signature, int extraParameterFlags, IHasSourceLocation loc, ResolvedType declaringAspect)static AdviceAdvice. makeCflowEntry(World world, Pointcut entry, boolean isBelow, Member stackField, int nFreeVars, List<ShadowMunger> innerCflowEntries, ResolvedType inAspect)static AdviceAdvice. makePerCflowEntry(World world, Pointcut entry, boolean isBelow, Member stackField, ResolvedType inAspect, List<ShadowMunger> innerCflowEntries)static AdviceAdvice. makePerObjectEntry(World world, Pointcut entry, boolean isThis, ResolvedType inAspect)static AdviceAdvice. makePerTypeWithinEntry(World world, Pointcut p, ResolvedType inAspect)static AdviceAdvice. makeSoftener(World world, Pointcut entry, TypePattern exceptionType, ResolvedType inAspect, IHasSourceLocation loc)AdviceAjAttribute.AdviceAttribute. reify(Member signature, World world, ResolvedType concreteAspect) -
Uses of Advice in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return Advice Modifier and Type Method Description AdviceBcelWeavingSupport. createAdviceMunger(AjAttribute.AdviceAttribute attribute, Pointcut pointcut, Member signature, ResolvedType concreteAspect) -
Uses of Advice in org.aspectj.weaver.model
Methods in org.aspectj.weaver.model with parameters of type Advice Modifier and Type Method Description static StringAsmRelationshipProvider. getHandle(AsmManager asm, Advice advice)
-