org.jboss.classfilewriter.annotations
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayAnnotationValue
public ArrayAnnotationValue(ConstPool constPool,
String name,
List<AnnotationValue> value)
getTag
public char getTag()
- Specified by:
getTag
in class AnnotationValue
writeData
public void writeData(ByteArrayDataOutputStream stream)
throws IOException
- Specified by:
writeData
in class AnnotationValue
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.