Uses of Class
org.aspectj.weaver.patterns.ExactAnnotationTypePattern

Packages that use ExactAnnotationTypePattern
org.aspectj.weaver.patterns   
 

Uses of ExactAnnotationTypePattern in org.aspectj.weaver.patterns
 

Subclasses of ExactAnnotationTypePattern in org.aspectj.weaver.patterns
 class BindingAnnotationFieldTypePattern
          Represents an attempt to bind the field of an annotation within a pointcut.
 class BindingAnnotationTypePattern
           
 class ExactAnnotationFieldTypePattern
          Represents an attempt to bind the field of an annotation within a pointcut.
 

Methods in org.aspectj.weaver.patterns that return ExactAnnotationTypePattern
 ExactAnnotationTypePattern WithinCodeAnnotationPointcut.getAnnotationTypePattern()
           
 ExactAnnotationTypePattern ThisOrTargetAnnotationPointcut.getAnnotationTypePattern()
           
 ExactAnnotationTypePattern AnnotationPointcut.getAnnotationTypePattern()
           
 

Methods in org.aspectj.weaver.patterns with parameters of type ExactAnnotationTypePattern
 java.lang.Object AbstractPatternNodeVisitor.visit(ExactAnnotationTypePattern node, java.lang.Object data)
           
 java.lang.Object PatternNodeVisitor.visit(ExactAnnotationTypePattern node, java.lang.Object data)
           
 

Constructors in org.aspectj.weaver.patterns with parameters of type ExactAnnotationTypePattern
AnnotationPointcut(ExactAnnotationTypePattern type)
           
AnnotationPointcut(ExactAnnotationTypePattern type, ShadowMunger munger)
           
ExactAnnotationFieldTypePattern(ExactAnnotationTypePattern p, java.lang.String formalName)
           
ThisOrTargetAnnotationPointcut(boolean isThis, ExactAnnotationTypePattern type)
           
ThisOrTargetAnnotationPointcut(boolean isThis, ExactAnnotationTypePattern type, ShadowMunger munger)
           
WithinCodeAnnotationPointcut(ExactAnnotationTypePattern type)
           
WithinCodeAnnotationPointcut(ExactAnnotationTypePattern type, ShadowMunger munger)