Uses of Class
org.aspectj.lang.reflect.PerClauseKind

Packages that use PerClauseKind
org.aspectj.internal.lang.reflect   
org.aspectj.lang.reflect 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 PerClauseKind
 PerClauseKind PerClauseImpl.getKind()
           
 

Constructors in org.aspectj.internal.lang.reflect with parameters of type PerClauseKind
PointcutBasedPerClauseImpl(PerClauseKind kind, java.lang.String pointcutExpression)
           
TypePatternBasedPerClauseImpl(PerClauseKind kind, java.lang.String pattern)
           
 

Uses of PerClauseKind in org.aspectj.lang.reflect
 

Methods in org.aspectj.lang.reflect that return PerClauseKind
 PerClauseKind PerClause.getKind()
          The kind of per-clause (singleton, perthis, pertarget,...)
static PerClauseKind PerClauseKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PerClauseKind[] PerClauseKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.