Class FloatAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.FloatAnnotationValue
- All Implemented Interfaces:
WritableEntry
A float annotation value
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
getTag()
float
getValue()
void
writeData
(ByteArrayDataOutputStream stream) Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Constructor Details
-
FloatAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTag
in classAnnotationValue
-
writeData
- Specified by:
writeData
in classAnnotationValue
- Throws:
IOException
-
getValue
public float getValue()
-