public class ArrayAnnotationValue extends AnnotationValue
Constructor and Description |
---|
ArrayAnnotationValue(ConstPool constPool,
String name,
List<AnnotationValue> value) |
Modifier and Type | Method and Description |
---|---|
char |
getTag() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, write
public ArrayAnnotationValue(ConstPool constPool, String name, List<AnnotationValue> value)
public char getTag()
getTag
in class AnnotationValue
public void writeData(ByteArrayDataOutputStream stream) throws IOException
writeData
in class AnnotationValue
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.