Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
Packages that use AnnotationMethodDeclaration
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of AnnotationMethodDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type AnnotationMethodDeclarationModifier and TypeMethodDescriptionAjASTConverter.convert(AnnotationMethodDeclaration annotationTypeMemberDeclaration) ASTConverter.convert(AnnotationMethodDeclaration annotationTypeMemberDeclaration) protected voidAjASTConverter.setModifiers(AnnotationTypeMemberDeclaration annotationTypeMemberDecl, AnnotationMethodDeclaration annotationTypeMemberDeclaration) protected voidASTConverter.setModifiers(AnnotationTypeMemberDeclaration annotationTypeMemberDecl, AnnotationMethodDeclaration annotationTypeMemberDeclaration) -
Uses of AnnotationMethodDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type AnnotationMethodDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(AnnotationMethodDeclaration annotationTypeDeclaration, ClassScope classScope) intClassFile.generateMethodInfoAttributes(MethodBinding methodBinding, AnnotationMethodDeclaration declaration) booleanASTVisitor.visit(AnnotationMethodDeclaration annotationTypeDeclaration, ClassScope classScope) booleanGenericAstVisitor.visit(AnnotationMethodDeclaration annotationTypeDeclaration, ClassScope classScope) -
Uses of AnnotationMethodDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type AnnotationMethodDeclarationModifier and TypeMethodDescriptionvoidProblemReporter.annotationMembersCannotHaveParameters(AnnotationMethodDeclaration annotationMethodDeclaration) voidProblemReporter.annotationMembersCannotHaveTypeParameters(AnnotationMethodDeclaration annotationMethodDeclaration) voidProblemReporter.illegalExtendedDimensions(AnnotationMethodDeclaration annotationTypeMemberDeclaration) -
Uses of AnnotationMethodDeclaration in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type AnnotationMethodDeclarationModifier and TypeMethodDescriptionbooleanMatchLocatorParser.ClassButNoMethodDeclarationVisitor.visit(AnnotationMethodDeclaration methodDeclaration, ClassScope scope)