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, String name, float value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetTag()floatgetValue()voidwriteData(ByteArrayDataOutputStream stream)-
Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
-
-
-
Method Detail
-
getTag
public char getTag()
- Specified by:
getTagin classAnnotationValue
-
writeData
public void writeData(ByteArrayDataOutputStream stream) throws IOException
- Specified by:
writeDatain classAnnotationValue- Throws:
IOException
-
getValue
public float getValue()
-
-