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 TypeClassDescriptionclassRepresents an attempt to bind the field of an annotation within a pointcut.classclassRepresents 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 ExactAnnotationTypePatternPatternParser.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) 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)