org.jboss.classfilewriter.annotations
Class AnnotationAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.AnnotationAnnotationValue
- All Implemented Interfaces:
- WritableEntry
public class AnnotationAnnotationValue
- extends AnnotationValue
Represents a nestled annotation value
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationAnnotationValue
public AnnotationAnnotationValue(ConstPool constPool,
String name,
ClassAnnotation 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.