Uses of Class
org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration

Packages that use AnnotationMethodDeclaration
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.problem   
 

Uses of AnnotationMethodDeclaration in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type AnnotationMethodDeclaration
 void ASTVisitor.endVisit(AnnotationMethodDeclaration annotationTypeDeclaration, ClassScope classScope)
           
 int ClassFile.generateMethodInfoAttribute(MethodBinding methodBinding, AnnotationMethodDeclaration declaration)
           
 boolean ASTVisitor.visit(AnnotationMethodDeclaration annotationTypeDeclaration, ClassScope classScope)
           
 

Uses of AnnotationMethodDeclaration in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type AnnotationMethodDeclaration
 void ProblemReporter.annotationMembersCannotHaveParameters(AnnotationMethodDeclaration annotationMethodDeclaration)
           
 void ProblemReporter.annotationMembersCannotHaveTypeParameters(AnnotationMethodDeclaration annotationMethodDeclaration)
           
 void ProblemReporter.illegalExtendedDimensions(AnnotationMethodDeclaration annotationTypeMemberDeclaration)