Uses of Class
org.aspectj.weaver.patterns.ExactAnnotationTypePattern
Packages that use ExactAnnotationTypePattern
-
Uses of ExactAnnotationTypePattern in org.aspectj.weaver.patterns
Subclasses of ExactAnnotationTypePattern in org.aspectj.weaver.patternsModifier and TypeClassDescriptionclass
Represents an attempt to bind the field of an annotation within a pointcut.class
class
Represents an attempt to bind the field of an annotation within a pointcut.Methods in org.aspectj.weaver.patterns that return ExactAnnotationTypePatternModifier and TypeMethodDescriptionAnnotationPointcut.getAnnotationTypePattern()
ThisOrTargetAnnotationPointcut.getAnnotationTypePattern()
WithinCodeAnnotationPointcut.getAnnotationTypePattern()
protected ExactAnnotationTypePattern
PatternParser.parseAnnotationNameOrVarTypePattern()
Methods in org.aspectj.weaver.patterns with parameters of type ExactAnnotationTypePatternModifier and TypeMethodDescriptionAbstractPatternNodeVisitor.visit
(ExactAnnotationTypePattern node, Object data) PatternNodeVisitor.visit
(ExactAnnotationTypePattern node, Object data) TraceVisitor.visit
(ExactAnnotationTypePattern node, Object data) VoidArrayFinder.visit
(ExactAnnotationTypePattern node, Object data) Constructors in org.aspectj.weaver.patterns with parameters of type ExactAnnotationTypePatternModifierConstructorDescriptionAnnotationPointcut
(ExactAnnotationTypePattern type, ShadowMunger munger) ExactAnnotationFieldTypePattern
(ExactAnnotationTypePattern p, String formalName) ThisOrTargetAnnotationPointcut
(boolean isThis, ExactAnnotationTypePattern type) ThisOrTargetAnnotationPointcut
(boolean isThis, ExactAnnotationTypePattern type, ShadowMunger munger)