Uses of Enum Class
org.aspectj.lang.reflect.PerClauseKind
Packages that use PerClauseKind
Package
Description
Contains interfaces that extend
Signature to provide
additional information about each possible join point signature.-
Uses of PerClauseKind in org.aspectj.internal.lang.reflect
Methods in org.aspectj.internal.lang.reflect that return PerClauseKindConstructors in org.aspectj.internal.lang.reflect with parameters of type PerClauseKindModifierConstructorDescriptionprotectedPerClauseImpl(PerClauseKind kind)PointcutBasedPerClauseImpl(PerClauseKind kind, String pointcutExpression)TypePatternBasedPerClauseImpl(PerClauseKind kind, String pattern) -
Uses of PerClauseKind in org.aspectj.lang.reflect
Methods in org.aspectj.lang.reflect that return PerClauseKindModifier and TypeMethodDescriptionPerClause.getKind()static PerClauseKindReturns the enum constant of this class with the specified name.static PerClauseKind[]PerClauseKind.values()Returns an array containing the constants of this enum class, in the order they are declared.