Uses of Class
org.aspectj.weaver.patterns.DeclareAnnotation
Packages that use DeclareAnnotation
Package
Description
-
Uses of DeclareAnnotation in org.aspectj.ajdt.internal.compiler.ast
Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type DeclareAnnotationModifierConstructorDescriptionDeclareAnnotationDeclaration(CompilationResult result, DeclareAnnotation symbolicDeclare, 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 DeclareAnnotationModifier and TypeMethodDescriptionEclipseFactory.getDeclareAnnotationOnFields()EclipseFactory.getDeclareAnnotationOnMethods()EclipseFactory.getDeclareAnnotationOnTypes() -
Uses of DeclareAnnotation in org.aspectj.weaver
Methods in org.aspectj.weaver that return types with arguments of type DeclareAnnotationModifier and TypeMethodDescriptionCrosscuttingMembers.getDeclareAnnotationOnFields()CrosscuttingMembersSet.getDeclareAnnotationOnFields()World.getDeclareAnnotationOnFields()CrosscuttingMembers.getDeclareAnnotationOnMethods()includes declare @method and @constructorCrosscuttingMembersSet.getDeclareAnnotationOnMethods()World.getDeclareAnnotationOnMethods()CrosscuttingMembers.getDeclareAnnotationOnTypes()CrosscuttingMembersSet.getDeclareAnnotationOnTypes()World.getDeclareAnnotationOnTypes() -
Uses of DeclareAnnotation in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return DeclareAnnotationModifier and TypeMethodDescriptionPatternParser.parseDeclareAtField()PatternParser.parseDeclareAtMethod(boolean isMethod) PatternParser.parseDeclareAtType()Methods in org.aspectj.weaver.patterns with parameters of type DeclareAnnotationModifier and TypeMethodDescriptionAbstractPatternNodeVisitor.visit(DeclareAnnotation node, Object data) PatternNodeVisitor.visit(DeclareAnnotation node, Object data)