Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
Packages that use NormalAnnotation
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 NormalAnnotation in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type NormalAnnotationModifier and TypeMethodDescriptionAjASTConverter.convert(NormalAnnotation annotation) ASTConverter.convert(NormalAnnotation annotation) -
Uses of NormalAnnotation in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of NormalAnnotation in org.aspectj.org.eclipse.jdt.internal.codeassist.complete -
Uses of NormalAnnotation in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type NormalAnnotationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(NormalAnnotation annotation, BlockScope scope) voidASTVisitor.endVisit(NormalAnnotation annotation, ClassScope scope) booleanASTVisitor.visit(NormalAnnotation annotation, BlockScope scope) booleanASTVisitor.visit(NormalAnnotation annotation, ClassScope scope) booleanGenericAstVisitor.visit(NormalAnnotation annotation, BlockScope scope) booleanGenericAstVisitor.visit(NormalAnnotation annotation, ClassScope scope)