public static final class AnnotationElement.Identifier 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.String |
identifier |
position, UNKNOWN_POSITION| Constructor and Description |
|---|
Identifier(long pos,
java.lang.String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(AnnotationElement.Visitor visitor) |
java.lang.String |
getIdentifier() |
java.lang.String |
getValue() |
column, line, makePosition, positionToStringpublic java.lang.String getIdentifier()
public java.lang.String getValue()
getValue in class AnnotationElement.Valuepublic void acceptVisitor(AnnotationElement.Visitor visitor)
acceptVisitor in class AnnotationElement