public static final class AnnotationElement.Array extends AnnotationElement.Value
AnnotationElement.Annotation, AnnotationElement.Array, AnnotationElement.Attribute, 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() |
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 AnnotationElementCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.