Uses of Enum Class
org.aspectj.lang.reflect.AdviceKind
Packages that use AdviceKind
Package
Description
Contains interfaces that extend
Signature to provide
additional information about each possible join point signature.-
Uses of AdviceKind in org.aspectj.internal.lang.reflect
Methods in org.aspectj.internal.lang.reflect that return AdviceKindMethods in org.aspectj.internal.lang.reflect with parameters of type AdviceKindModifier and TypeMethodDescriptionAdvice[]AjTypeImpl.getAdvice(AdviceKind... ofType) Advice[]AjTypeImpl.getDeclaredAdvice(AdviceKind... ofType) Constructors in org.aspectj.internal.lang.reflect with parameters of type AdviceKindModifierConstructorDescriptionprotectedAdviceImpl(Method method, String pointcut, AdviceKind type) protectedAdviceImpl(Method method, String pointcut, AdviceKind type, String extraParamName) -
Uses of AdviceKind in org.aspectj.lang.reflect
Subclasses with type arguments of type AdviceKind in org.aspectj.lang.reflectMethods in org.aspectj.lang.reflect that return AdviceKindModifier and TypeMethodDescriptionAdvice.getKind()static AdviceKindReturns the enum constant of this class with the specified name.static AdviceKind[]AdviceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aspectj.lang.reflect with parameters of type AdviceKindModifier and TypeMethodDescriptionAdvice[]AjType.getAdvice(AdviceKind... ofTypes) Advice[]AjType.getDeclaredAdvice(AdviceKind... ofTypes)