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
-
-
Constructor Summary
Constructors Constructor Description FloatAnnotationValue(ConstPool constPool, java.lang.String name, float value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
getTag()
float
getValue()
void
writeData(ByteArrayDataOutputStream stream)
-
Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
-
-
-
Constructor Detail
-
FloatAnnotationValue
public FloatAnnotationValue(ConstPool constPool, java.lang.String name, float value)
-
-
Method Detail
-
getTag
public char getTag()
- Specified by:
getTag
in classAnnotationValue
-
writeData
public void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
- Specified by:
writeData
in classAnnotationValue
- Throws:
java.io.IOException
-
getValue
public float getValue()
-
-