public class Annotation extends JavaNode implements AnnotationValue
| Constructor and Description |
|---|
Annotation() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
getName() |
AnnotationValue |
getValue() |
List<NameValuePair> |
getValues() |
void |
setName(QualifiedName name) |
void |
setValue(AnnotationValue value) |
void |
setValues(List<NameValuePair> values) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic QualifiedName getName()
public AnnotationValue getValue()
public List<NameValuePair> getValues()
public void setName(QualifiedName name)
public void setValue(AnnotationValue value)
public void setValues(List<NameValuePair> values)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.