public static final class AnnotationElement.Literal extends AnnotationElement.Value
AnnotationElement.Annotation, AnnotationElement.Array, AnnotationElement.Attribute, AnnotationElement.Identifier, AnnotationElement.Literal, AnnotationElement.Value, AnnotationElement.Visitor| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
value |
position, UNKNOWN_POSITION| Constructor and Description |
|---|
Literal(long pos,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(AnnotationElement.Visitor visitor) |
java.lang.Object |
getValue() |
column, line, makePosition, positionToStringpublic java.lang.Object getValue()
getValue in class AnnotationElement.Valuepublic void acceptVisitor(AnnotationElement.Visitor visitor)
acceptVisitor in class AnnotationElement