Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
Packages that use AnnotationTypeDeclaration
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 AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return AnnotationTypeDeclarationModifier and TypeMethodDescriptionASTConverter.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.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.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. -
Uses of AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionvoidDOMToModelPopulator.endVisit(AnnotationTypeDeclaration decl) booleanDOMToModelPopulator.visit(AnnotationTypeDeclaration node) -
Uses of AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionbooleanNaiveASTFlattener.visit(AnnotationTypeDeclaration node) -
Uses of AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(AnnotationTypeDeclaration node) booleanASTRewriteFlattener.visit(AnnotationTypeDeclaration node) -
Uses of AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type AnnotationTypeDeclaration -
Uses of AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionvoidOneLineEnforcer.endVisit(AnnotationTypeDeclaration node) booleanLineBreaksPreparator.visit(AnnotationTypeDeclaration node) booleanSpacePreparator.visit(AnnotationTypeDeclaration node) -
Uses of AnnotationTypeDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type AnnotationTypeDeclaration