Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.Annotation
Packages, die Annotation verwenden
Package
Beschreibung
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.
-
Verwendungen von Annotation in org.aspectj.org.eclipse.jdt.core.dom
Unterklassen von Annotation in org.aspectj.org.eclipse.jdt.core.domModifizierer und TypKlasseBeschreibungfinal classMarker annotation node (added in JLS3 API).final classNormal annotation node (added in JLS3 API).final classSingle member annotation node (added in JLS3 API).Methoden in org.aspectj.org.eclipse.jdt.core.dom, die Annotation zurückgebenMethoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ AnnotationModifizierer und TypMethodeBeschreibungprotected voidAjASTConverter.setTypeNameForAnnotation(Annotation compilerAnnotation, Annotation annotation) protected voidASTConverter.setTypeNameForAnnotation(Annotation compilerAnnotation, Annotation annotation) -
Verwendungen von Annotation in org.aspectj.org.eclipse.jdt.core.dom.rewrite
Methoden in org.aspectj.org.eclipse.jdt.core.dom.rewrite, die Annotation zurückgebenModifizierer und TypMethodeBeschreibungImportRewrite.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.