Uses of Class
org.aspectj.weaver.patterns.DeclareAnnotation.Kind

Packages that use DeclareAnnotation.Kind
org.aspectj.weaver.patterns   
 

Uses of DeclareAnnotation.Kind in org.aspectj.weaver.patterns
 

Fields in org.aspectj.weaver.patterns declared as DeclareAnnotation.Kind
static DeclareAnnotation.Kind DeclareAnnotation.AT_CONSTRUCTOR
           
static DeclareAnnotation.Kind DeclareAnnotation.AT_FIELD
           
static DeclareAnnotation.Kind DeclareAnnotation.AT_METHOD
           
static DeclareAnnotation.Kind DeclareAnnotation.AT_TYPE
           
 

Methods in org.aspectj.weaver.patterns that return DeclareAnnotation.Kind
 DeclareAnnotation.Kind DeclareAnnotation.getKind()
           
 

Constructors in org.aspectj.weaver.patterns with parameters of type DeclareAnnotation.Kind
DeclareAnnotation(DeclareAnnotation.Kind kind, ISignaturePattern sigPattern)
          Constructor for declare atMethod/atField/atConstructor.
DeclareAnnotation(DeclareAnnotation.Kind kind, TypePattern typePattern)
          Constructor for declare atType.