NodeWithAbstractModifier<AnnotationDeclaration>, NodeWithAccessModifiers<AnnotationDeclaration>, NodeWithPrivateModifier<AnnotationDeclaration>, NodeWithProtectedModifier<AnnotationDeclaration>, NodeWithPublicModifier<AnnotationDeclaration>, NodeWithStaticModifier<AnnotationDeclaration>, NodeWithStrictfpModifier<AnnotationDeclaration>, NodeWithAnnotations<AnnotationDeclaration>, NodeWithJavadoc<AnnotationDeclaration>, NodeWithMembers<AnnotationDeclaration>, NodeWithModifiers<AnnotationDeclaration>, NodeWithRange<AnnotationDeclaration>, NodeWithSimpleName<AnnotationDeclaration>, NodeWithTokenRange<AnnotationDeclaration>, Observable, Visitable, HasParentNode<AnnotationDeclaration>, Cloneablepublic final class AnnotationDeclaration extends TypeDeclaration<AnnotationDeclaration> implements NodeWithAbstractModifier<AnnotationDeclaration>
@interface X { ... }Node.ObserverRegistrationMode, Node.ParsednessABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor | Description |
|---|---|
AnnotationDeclaration() |
|
AnnotationDeclaration(TokenRange tokenRange,
EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
SimpleName name,
NodeList<BodyDeclaration<?>> members) |
This constructor is used by the parser and is considered private.
|
AnnotationDeclaration(EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
SimpleName name,
NodeList<BodyDeclaration<?>> members) |
|
AnnotationDeclaration(EnumSet<Modifier> modifiers,
String name) |
| Modifier and Type | Method | Description |
|---|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg) |
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg) |
Accept method for visitor support.
|
AnnotationDeclaration |
clone() |
|
AnnotationDeclarationMetaModel |
getMetaModel() |
|
List<NodeList<?>> |
getNodeLists() |
The list of NodeLists owned by this node.
|
boolean |
remove(Node node) |
|
boolean |
replace(Node node,
Node replacementNode) |
getAnnotations, setAnnotationsgetAncestorOfTypeaddOrphanComment, customInitialization, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterisAbstract, setAbstractaddAndGetAnnotation, addAndGetAnnotation, addAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresent, setAnnotation, tryAddImportToParentCompilationUnitgetComment, getJavadoc, getJavadocComment, hasJavaDocComment, removeJavaDocComment, setComment, setJavadocComment, setJavadocComment, setJavadocCommentaddField, addField, addField, addInitializer, addMethod, addPrivateField, addPrivateField, addProtectedField, addProtectedField, addPublicField, addPublicField, addStaticInitializer, getFieldByName, getFields, getMember, getMethods, getMethodsByName, getMethodsByParameterTypes, getMethodsByParameterTypes, getMethodsBySignature, setMember, tryAddImportToParentCompilationUnitaddModifier, getModifiers, removeModifier, setModifier, setModifiersisPrivate, setPrivateisProtected, setProtectedisPublic, setPubliccontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforegetNameAsString, setNameisStatic, setStaticisStrictfp, setStrictfpfinalize, getClass, notify, notifyAll, wait, wait, waitaddMember, getCallablesWithSignature, getMembers, getModifiers, getName, isNestedType, isTopLevelType, setMembers, setModifiers, setNamepublic AnnotationDeclaration()
public AnnotationDeclaration(EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<BodyDeclaration<?>> members)
@Generated("com.github.javaparser.generator.core.node.MainConstructorGenerator") public AnnotationDeclaration(TokenRange tokenRange, EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<BodyDeclaration<?>> members)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitable@Generated("com.github.javaparser.generator.core.node.GetNodeListsGenerator") public List<NodeList<?>> getNodeLists()
NodegetNodeLists in class TypeDeclaration<AnnotationDeclaration>@Generated("com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
remove in class TypeDeclaration<AnnotationDeclaration>@Generated("com.github.javaparser.generator.core.node.CloneGenerator") public AnnotationDeclaration clone()
clone in class TypeDeclaration<AnnotationDeclaration>@Generated("com.github.javaparser.generator.core.node.GetMetaModelGenerator") public AnnotationDeclarationMetaModel getMetaModel()
getMetaModel in class TypeDeclaration<AnnotationDeclaration>@Generated("com.github.javaparser.generator.core.node.ReplaceMethodGenerator") public boolean replace(Node node, Node replacementNode)
replace in class TypeDeclaration<AnnotationDeclaration>Copyright © 2007–2019. All rights reserved.