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

Packages that use DeclareAnnotation
org.aspectj.ajdt.internal.compiler.ast   
org.aspectj.ajdt.internal.compiler.lookup   
org.aspectj.weaver   
org.aspectj.weaver.patterns   
 

Uses of DeclareAnnotation in org.aspectj.ajdt.internal.compiler.ast
 

Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type DeclareAnnotation
DeclareAnnotationDeclaration(org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult result, DeclareAnnotation symbolicDeclare, org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation annotation)
           
 

Uses of DeclareAnnotation in org.aspectj.ajdt.internal.compiler.lookup
 

Methods in org.aspectj.ajdt.internal.compiler.lookup that return types with arguments of type DeclareAnnotation
 java.util.List<DeclareAnnotation> EclipseFactory.getDeclareAnnotationOnFields()
           
 java.util.List<DeclareAnnotation> EclipseFactory.getDeclareAnnotationOnMethods()
           
 java.util.List<DeclareAnnotation> EclipseFactory.getDeclareAnnotationOnTypes()
           
 

Uses of DeclareAnnotation in org.aspectj.weaver
 

Methods in org.aspectj.weaver that return types with arguments of type DeclareAnnotation
 java.util.List<DeclareAnnotation> CrosscuttingMembersSet.getDeclareAnnotationOnFields()
           
 java.util.Collection<DeclareAnnotation> CrosscuttingMembers.getDeclareAnnotationOnFields()
           
 java.util.List<DeclareAnnotation> World.getDeclareAnnotationOnFields()
           
 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.getDeclareAnnotationOnMethods()
           
 java.util.List<DeclareAnnotation> CrosscuttingMembersSet.getDeclareAnnotationOnTypes()
           
 java.util.Collection<DeclareAnnotation> CrosscuttingMembers.getDeclareAnnotationOnTypes()
           
 java.util.List<DeclareAnnotation> World.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 PatternNodeVisitor.visit(DeclareAnnotation node, java.lang.Object data)
           
 java.lang.Object AbstractPatternNodeVisitor.visit(DeclareAnnotation node, java.lang.Object data)