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

Packages that use DeclareAnnotation
org.aspectj.weaver   
org.aspectj.weaver.patterns   
 

Uses of DeclareAnnotation in org.aspectj.weaver
 

Methods in org.aspectj.weaver that return types with arguments of type DeclareAnnotation
 java.util.List<DeclareAnnotation> World.getDeclareAnnotationOnFields()
           
 java.util.List<DeclareAnnotation> CrosscuttingMembersSet.getDeclareAnnotationOnFields()
           
 java.util.Collection<DeclareAnnotation> CrosscuttingMembers.getDeclareAnnotationOnFields()
           
 java.util.List<DeclareAnnotation> World.getDeclareAnnotationOnMethods()
           
 java.util.List<DeclareAnnotation> CrosscuttingMembersSet.getDeclareAnnotationOnMethods()
          Return an amalgamation of the declare @method/@constructor statements.
 java.util.Collection<DeclareAnnotation> CrosscuttingMembers.getDeclareAnnotationOnMethods()
          includes declare @method and @constructor
 java.util.List<DeclareAnnotation> World.getDeclareAnnotationOnTypes()
           
 java.util.List<DeclareAnnotation> CrosscuttingMembersSet.getDeclareAnnotationOnTypes()
           
 java.util.Collection<DeclareAnnotation> CrosscuttingMembers.getDeclareAnnotationOnTypes()
           
 

Uses of DeclareAnnotation in org.aspectj.weaver.patterns
 

Methods in org.aspectj.weaver.patterns that return DeclareAnnotation
 DeclareAnnotation PatternParser.parseDeclareAtField()
           
 DeclareAnnotation PatternParser.parseDeclareAtMethod(boolean isMethod)
           
 DeclareAnnotation PatternParser.parseDeclareAtType()
           
 

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