public class ArrayAnnotationValue extends AnnotationValue
Modifier and Type | Field and Description |
---|---|
private java.util.List<AnnotationValue> |
value |
Constructor and Description |
---|
ArrayAnnotationValue(ConstPool constPool,
java.lang.String name,
java.util.List<AnnotationValue> value) |
Modifier and Type | Method and Description |
---|---|
char |
getTag() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, write
private final java.util.List<AnnotationValue> value
public ArrayAnnotationValue(ConstPool constPool, java.lang.String name, java.util.List<AnnotationValue> value)
public char getTag()
getTag
in class AnnotationValue
public void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
writeData
in class AnnotationValue
java.io.IOException