Uses of Class
org.aspectj.weaver.Advice

Packages that use Advice
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
 Advice World.createAdviceMunger(AdviceKind kind, Pointcut p, Member signature, int extraParameterFlags, IHasSourceLocation loc, ResolvedType declaringAspect)
          Create an advice shadow munger for the given advice kind
 Advice IWeavingSupport.createAdviceMunger(AjAttribute.AdviceAttribute attribute, Pointcut pointcut, Member signature, ResolvedType concreteAspect)
           
static Advice Advice.makeCflowEntry(World world, Pointcut entry, boolean isBelow, Member stackField, int nFreeVars, java.util.List<ShadowMunger> innerCflowEntries, ResolvedType inAspect)
           
static Advice Advice.makePerCflowEntry(World world, Pointcut entry, boolean isBelow, Member stackField, ResolvedType inAspect, java.util.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)
           
 Advice AjAttribute.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
 Advice BcelWeavingSupport.createAdviceMunger(AjAttribute.AdviceAttribute attribute, Pointcut pointcut, Member signature, ResolvedType concreteAspect)
           
static Advice BcelTestUtils.shadowMunger(World w, java.lang.String str, int extraFlag)
          Moved from BcelWorld to here Parse a string into advice.
 

Uses of Advice in org.aspectj.weaver.model
 

Methods in org.aspectj.weaver.model with parameters of type Advice
static java.lang.String AsmRelationshipProvider.getHandle(AsmManager asm, Advice advice)