public class AnnotationMethodDeclaration extends NodeWithModifiers implements AnnotationMemberDeclaration
| Constructor and Description |
|---|
AnnotationMethodDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
getDefaultValue() |
Identifier |
getName() |
Type |
getType() |
void |
setDefaultValue(AnnotationValue defaultValue) |
void |
setName(Identifier name) |
void |
setType(Type type) |
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 AnnotationValue getDefaultValue()
public Identifier getName()
public Type getType()
public void setDefaultValue(AnnotationValue defaultValue)
public void setName(Identifier name)
public void setType(Type type)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeWithModifiersCopyright © 2013. All rights reserved.