Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.Annotation
Packages that use Annotation
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.
-
Uses of Annotation in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of Annotation in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassMarker annotation node (added in JLS3 API).classNormal annotation node (added in JLS3 API).classSingle member annotation node (added in JLS3 API).Methods in org.aspectj.org.eclipse.jdt.core.dom that return AnnotationMethods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type AnnotationModifier and TypeMethodDescriptionprotected voidAjASTConverter.setTypeNameForAnnotation(Annotation compilerAnnotation, Annotation annotation)protected voidASTConverter.setTypeNameForAnnotation(Annotation compilerAnnotation, Annotation annotation) -
Uses of Annotation in org.aspectj.org.eclipse.jdt.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.core.dom.rewrite that return AnnotationModifier and TypeMethodDescriptionImportRewrite.addAnnotation(IAnnotationBinding annotation, AST ast, ImportRewrite.ImportRewriteContext context)Adds the necessary imports for the given annotation binding to the rewriter's record and returns anAnnotationthat can be used in the code. -
Uses of Annotation in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type AnnotationModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(Annotation node)booleanHierarchicalASTVisitor.visit(Annotation node)