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