Uses of Class
org.aspectj.weaver.patterns.ExactAnnotationTypePattern
-
Packages that use ExactAnnotationTypePattern Package Description org.aspectj.weaver.patterns -
-
Uses of ExactAnnotationTypePattern in org.aspectj.weaver.patterns
Subclasses of ExactAnnotationTypePattern in org.aspectj.weaver.patterns Modifier and Type Class Description classBindingAnnotationFieldTypePatternclassBindingAnnotationTypePatternclassExactAnnotationFieldTypePatternMethods in org.aspectj.weaver.patterns that return ExactAnnotationTypePattern Modifier and Type Method Description ExactAnnotationTypePatternAnnotationPointcut. getAnnotationTypePattern()ExactAnnotationTypePatternThisOrTargetAnnotationPointcut. getAnnotationTypePattern()ExactAnnotationTypePatternWithinCodeAnnotationPointcut. getAnnotationTypePattern()protected ExactAnnotationTypePatternPatternParser. parseAnnotationNameOrVarTypePattern()Methods in org.aspectj.weaver.patterns with parameters of type ExactAnnotationTypePattern Modifier and Type Method Description ObjectAbstractPatternNodeVisitor. visit(ExactAnnotationTypePattern node, Object data)ObjectPatternNodeVisitor. visit(ExactAnnotationTypePattern node, Object data)Constructors in org.aspectj.weaver.patterns with parameters of type ExactAnnotationTypePattern Constructor Description AnnotationPointcut(ExactAnnotationTypePattern type)AnnotationPointcut(ExactAnnotationTypePattern type, ShadowMunger munger)ExactAnnotationFieldTypePattern(ExactAnnotationTypePattern p, String formalName)ThisOrTargetAnnotationPointcut(boolean isThis, ExactAnnotationTypePattern type)ThisOrTargetAnnotationPointcut(boolean isThis, ExactAnnotationTypePattern type, ShadowMunger munger)WithinCodeAnnotationPointcut(ExactAnnotationTypePattern type)WithinCodeAnnotationPointcut(ExactAnnotationTypePattern type, ShadowMunger munger)
-