org.jboss.classfilewriter.annotations
Class FloatAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.FloatAnnotationValue
- All Implemented Interfaces:
- WritableEntry
public class FloatAnnotationValue
- extends AnnotationValue
A float annotation value
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatAnnotationValue
public FloatAnnotationValue(ConstPool constPool,
String name,
float 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
getValue
public float getValue()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.