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

Packages that use NormalAnnotation
org.eclipse.jdt.internal.compiler   
 

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

Methods in org.eclipse.jdt.internal.compiler with parameters of type NormalAnnotation
 void ASTVisitor.endVisit(NormalAnnotation annotation, BlockScope scope)
           
 void ASTVisitor.endVisit(NormalAnnotation annotation, CompilationUnitScope scope)
           
 boolean ASTVisitor.visit(NormalAnnotation annotation, BlockScope scope)
           
 boolean ASTVisitor.visit(NormalAnnotation annotation, CompilationUnitScope scope)