Uses of Class
org.aspectj.lang.reflect.AdviceKind
-
Packages that use AdviceKind Package Description org.aspectj.internal.lang.reflect org.aspectj.lang.reflect -
-
Uses of AdviceKind in org.aspectj.internal.lang.reflect
Methods in org.aspectj.internal.lang.reflect that return AdviceKind Modifier and Type Method Description AdviceKindAdviceImpl. getKind()Methods in org.aspectj.internal.lang.reflect with parameters of type AdviceKind Modifier and Type Method Description Advice[]AjTypeImpl. getAdvice(AdviceKind... ofType)Advice[]AjTypeImpl. getDeclaredAdvice(AdviceKind... ofType)Constructors in org.aspectj.internal.lang.reflect with parameters of type AdviceKind Constructor Description AdviceImpl(Method method, String pointcut, AdviceKind type)AdviceImpl(Method method, String pointcut, AdviceKind type, String extraParamName) -
Uses of AdviceKind in org.aspectj.lang.reflect
Methods in org.aspectj.lang.reflect that return AdviceKind Modifier and Type Method Description AdviceKindAdvice. getKind()static AdviceKindAdviceKind. valueOf(String name)Returns the enum constant of this type with the specified name.static AdviceKind[]AdviceKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aspectj.lang.reflect with parameters of type AdviceKind Modifier and Type Method Description Advice[]AjType. getAdvice(AdviceKind... ofTypes)Advice[]AjType. getDeclaredAdvice(AdviceKind... ofTypes)
-