Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
Packages, die AnnotationTypeDeclaration 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.
-
Verwendungen von AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die AnnotationTypeDeclaration zurückgebenModifizierer und TypMethodeBeschreibungASTConverter.convertToAnnotationDeclaration(TypeDeclaration typeDeclaration) Creates and returns a new unparented annotation type declaration node for an unspecified, but legal, name; no modifiers; no javadoc; and an empty list of member declarations.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ AnnotationTypeDeclarationModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(AnnotationTypeDeclaration node) End of visit the given type-specific AST node.booleanASTMatcher.match(AnnotationTypeDeclaration node, Object other) Returns whether the given node and the other object match.protected voidAjASTConverter.setModifiers(AnnotationTypeDeclaration typeDecl, TypeDeclaration typeDeclaration) protected voidASTConverter.setModifiers(AnnotationTypeDeclaration typeDecl, TypeDeclaration typeDeclaration) booleanAjNaiveASTFlattener.visit(AnnotationTypeDeclaration node) booleanASTVisitor.visit(AnnotationTypeDeclaration node) Visits the given type-specific AST node. -
Verwendungen von AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom mit Parametern vom Typ AnnotationTypeDeclarationModifizierer und TypMethodeBeschreibungbooleanNaiveASTFlattener.visit(AnnotationTypeDeclaration node) -
Verwendungen von AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite mit Parametern vom Typ AnnotationTypeDeclarationModifizierer und TypMethodeBeschreibungbooleanASTRewriteAnalyzer.visit(AnnotationTypeDeclaration node) booleanASTRewriteFlattener.visit(AnnotationTypeDeclaration node) -
Verwendungen von AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ AnnotationTypeDeclaration -
Verwendungen von AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter mit Parametern vom Typ AnnotationTypeDeclarationModifizierer und TypMethodeBeschreibungvoidOneLineEnforcer.endVisit(AnnotationTypeDeclaration node) booleanLineBreaksPreparator.visit(AnnotationTypeDeclaration node) booleanSpacePreparator.visit(AnnotationTypeDeclaration node) -
Verwendungen von AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap mit Parametern vom Typ AnnotationTypeDeclarationModifizierer und TypMethodeBeschreibungbooleanWrapPreparator.visit(AnnotationTypeDeclaration node)