public static final class AnnotationElement.Array 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.util.List<AnnotationElement.Value> |
values |
position, UNKNOWN_POSITION| Constructor and Description |
|---|
Array(long pos,
java.util.List<AnnotationElement.Value> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(AnnotationElement.Visitor visitor) |
java.util.List<java.lang.Object> |
getValue() |
java.util.List<AnnotationElement.Value> |
getValues() |
column, line, makePosition, positionToStringprivate final java.util.List<AnnotationElement.Value> values
public Array(long pos,
java.util.List<AnnotationElement.Value> values)
public java.util.List<AnnotationElement.Value> getValues()
public java.util.List<java.lang.Object> getValue()
getValue in class AnnotationElement.Valuepublic void acceptVisitor(AnnotationElement.Visitor visitor)
acceptVisitor in class AnnotationElement