Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Packages that use AnnotationTypeMemberDeclaration
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 AnnotationTypeMemberDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return AnnotationTypeMemberDeclarationModifier and TypeMethodDescriptionCreates and returns a new unparented annotation type member declaration node for an unspecified, but legal, member name and type; no modifiers; no javadoc; and no default value.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type AnnotationTypeMemberDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(AnnotationTypeMemberDeclaration node) End of visit the given type-specific AST node.booleanASTMatcher.match(AnnotationTypeMemberDeclaration node, Object other) Returns whether the given node and the other object match.protected voidAjASTConverter.setModifiers(AnnotationTypeMemberDeclaration annotationTypeMemberDecl, AnnotationMethodDeclaration annotationTypeMemberDeclaration) protected voidASTConverter.setModifiers(AnnotationTypeMemberDeclaration annotationTypeMemberDecl, AnnotationMethodDeclaration annotationTypeMemberDeclaration) protected voidAjASTConverter.setTypeForMethodDeclaration(AnnotationTypeMemberDeclaration annotationTypeMemberDeclaration, Type type, int extraDimension) protected voidASTConverter.setTypeForMethodDeclaration(AnnotationTypeMemberDeclaration annotationTypeMemberDeclaration, Type type, int extraDimension) booleanAjNaiveASTFlattener.visit(AnnotationTypeMemberDeclaration node) booleanASTVisitor.visit(AnnotationTypeMemberDeclaration node) Visits the given type-specific AST node. -
Uses of AnnotationTypeMemberDeclaration in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type AnnotationTypeMemberDeclarationModifier and TypeMethodDescriptionvoidDOMToModelPopulator.endVisit(AnnotationTypeMemberDeclaration decl) booleanDOMToModelPopulator.visit(AnnotationTypeMemberDeclaration method) -
Uses of AnnotationTypeMemberDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type AnnotationTypeMemberDeclarationModifier and TypeMethodDescriptionbooleanNaiveASTFlattener.visit(AnnotationTypeMemberDeclaration node) -
Uses of AnnotationTypeMemberDeclaration 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 AnnotationTypeMemberDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(AnnotationTypeMemberDeclaration node) booleanASTRewriteFlattener.visit(AnnotationTypeMemberDeclaration node) -
Uses of AnnotationTypeMemberDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type AnnotationTypeMemberDeclaration -
Uses of AnnotationTypeMemberDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type AnnotationTypeMemberDeclarationModifier and TypeMethodDescriptionbooleanLineBreaksPreparator.visit(AnnotationTypeMemberDeclaration node) booleanSpacePreparator.visit(AnnotationTypeMemberDeclaration node) -
Uses of AnnotationTypeMemberDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type AnnotationTypeMemberDeclarationModifier and TypeMethodDescriptionbooleanWrapPreparator.visit(AnnotationTypeMemberDeclaration node)