public static final class AnnotationElement.Array 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 |
|---|
Array(long pos,
List<AnnotationElement.Value> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(AnnotationElement.Visitor visitor) |
List<Object> |
getValue() |
List<AnnotationElement.Value> |
getValues() |
String |
toString()
All
Values must override toString() in a sensible manner. |
column, line, makePosition, positionToStringpublic Array(long pos,
List<AnnotationElement.Value> values)
public List<AnnotationElement.Value> getValues()
public List<Object> 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.