Uses of Interface
org.aspectj.weaver.IHasSourceLocation
-
Packages that use IHasSourceLocation Package Description org.aspectj.weaver org.aspectj.weaver.internal.tools org.aspectj.weaver.patterns -
-
Uses of IHasSourceLocation in org.aspectj.weaver
Methods in org.aspectj.weaver with parameters of type IHasSourceLocation Modifier and Type Method Description AdviceWorld. createAdviceMunger(AdviceKind kind, Pointcut p, Member signature, int extraParameterFlags, IHasSourceLocation loc, ResolvedType declaringAspect)static AdviceAdvice. makeSoftener(World world, Pointcut entry, TypePattern exceptionType, ResolvedType inAspect, IHasSourceLocation loc) -
Uses of IHasSourceLocation in org.aspectj.weaver.internal.tools
Classes in org.aspectj.weaver.internal.tools that implement IHasSourceLocation Modifier and Type Class Description classPointcutDesignatorHandlerBasedPointcut -
Uses of IHasSourceLocation in org.aspectj.weaver.patterns
-