Class ArrayAnnotationValue
- java.lang.Object
-
- org.jboss.classfilewriter.annotations.AnnotationValue
-
- org.jboss.classfilewriter.annotations.ArrayAnnotationValue
-
- All Implemented Interfaces:
WritableEntry
public class ArrayAnnotationValue extends AnnotationValue
An array annotation value- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ArrayAnnotationValue(ConstPool constPool, String name, List<AnnotationValue> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetTag()voidwriteData(ByteArrayDataOutputStream stream)-
Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
-
-
-
Constructor Detail
-
ArrayAnnotationValue
public ArrayAnnotationValue(ConstPool constPool, String name, List<AnnotationValue> value)
-
-
Method Detail
-
getTag
public char getTag()
- Specified by:
getTagin classAnnotationValue
-
writeData
public void writeData(ByteArrayDataOutputStream stream) throws IOException
- Specified by:
writeDatain classAnnotationValue- Throws:
IOException
-
-