Verwendungen von Klasse
org.aspectj.weaver.patterns.ExactAnnotationTypePattern
Packages, die ExactAnnotationTypePattern verwenden
-
Verwendungen von ExactAnnotationTypePattern in org.aspectj.weaver.patterns
Unterklassen von ExactAnnotationTypePattern in org.aspectj.weaver.patternsModifizierer und TypKlasseBeschreibungclass
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.Methoden in org.aspectj.weaver.patterns, die ExactAnnotationTypePattern zurückgebenModifizierer und TypMethodeBeschreibungAnnotationPointcut.getAnnotationTypePattern()
ThisOrTargetAnnotationPointcut.getAnnotationTypePattern()
WithinCodeAnnotationPointcut.getAnnotationTypePattern()
protected ExactAnnotationTypePattern
PatternParser.parseAnnotationNameOrVarTypePattern()
Methoden in org.aspectj.weaver.patterns mit Parametern vom Typ ExactAnnotationTypePatternModifizierer und TypMethodeBeschreibungAbstractPatternNodeVisitor.visit
(ExactAnnotationTypePattern node, Object data) PatternNodeVisitor.visit
(ExactAnnotationTypePattern node, Object data) Konstruktoren in org.aspectj.weaver.patterns mit Parametern vom Typ ExactAnnotationTypePatternModifiziererKonstruktorBeschreibungAnnotationPointcut
(ExactAnnotationTypePattern type, ShadowMunger munger) ExactAnnotationFieldTypePattern
(ExactAnnotationTypePattern p, String formalName) ThisOrTargetAnnotationPointcut
(boolean isThis, ExactAnnotationTypePattern type) ThisOrTargetAnnotationPointcut
(boolean isThis, ExactAnnotationTypePattern type, ShadowMunger munger)