public final class AnnotationDeclaration extends TypeDeclaration
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| Constructor and Description |
|---|
AnnotationDeclaration() |
AnnotationDeclaration(int beginLine,
int beginColumn,
int endLine,
int endColumn,
int modifiers,
List<AnnotationExpr> annotations,
String name,
List<BodyDeclaration> members) |
AnnotationDeclaration(int modifiers,
List<AnnotationExpr> annotations,
String name,
List<BodyDeclaration> members) |
AnnotationDeclaration(int modifiers,
String name) |
| Modifier and Type | Method and 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.
|
JavadocComment |
getJavaDoc() |
void |
setJavaDoc(JavadocComment javadocComment) |
getMembers, getModifiers, getName, getNameExpr, setMembers, setModifiers, setName, setNameExprgetAnnotations, setAnnotationsaddOrphanComment, clone, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, toString, toStringWithoutCommentspublic AnnotationDeclaration()
public AnnotationDeclaration(int modifiers,
String name)
public AnnotationDeclaration(int modifiers,
List<AnnotationExpr> annotations,
String name,
List<BodyDeclaration> members)
public AnnotationDeclaration(int beginLine,
int beginColumn,
int endLine,
int endColumn,
int modifiers,
List<AnnotationExpr> annotations,
String name,
List<BodyDeclaration> members)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic void setJavaDoc(JavadocComment javadocComment)
public JavadocComment getJavaDoc()
Copyright © 2007–2016. All rights reserved.