public static final class AnnotationElement.Identifier extends AnnotationElement.Value
AnnotationElement.Annotation, AnnotationElement.AnnotationTarget, AnnotationElement.Array, AnnotationElement.Attribute, AnnotationElement.AttributeType, AnnotationElement.Identifier, AnnotationElement.Literal, AnnotationElement.Value, AnnotationElement.Visitorposition, UNKNOWN_POSITION| Constructor and Description |
|---|
Identifier(long pos,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(AnnotationElement.Visitor visitor) |
String |
getIdentifier() |
String |
getValue() |
String |
toString()
All
Values must override toString() in a sensible manner. |
column, line, makePosition, positionToStringpublic Identifier(long pos,
String identifier)
public String getIdentifier()
public String getValue()
getValue in class AnnotationElement.Valuepublic void acceptVisitor(AnnotationElement.Visitor visitor)
acceptVisitor in class AnnotationElementpublic String toString()
AnnotationElement.ValueValues must override toString() in a sensible manner.toString in class AnnotationElement.ValueCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.