public class AnnotationDeclaration extends TypeDeclaration implements AnnotationMemberDeclaration, ClassMemberDeclaration, InterfaceMemberDeclaration
| Constructor and Description |
|---|
AnnotationDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationMemberDeclaration> |
getMemberDeclarations() |
Identifier |
getName() |
void |
setMemberDeclarations(List<AnnotationMemberDeclaration> memberDeclarations) |
void |
setName(Identifier name) |
protected void |
visitChildren(Visitors visitors) |
getAnnotations, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setAnnotations, setFinal, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatilegetEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic List<AnnotationMemberDeclaration> getMemberDeclarations()
public Identifier getName()
public void setMemberDeclarations(List<AnnotationMemberDeclaration> memberDeclarations)
public void setName(Identifier name)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeWithModifiersCopyright © 2013. All rights reserved.