Module org.jboss.classfilewriter
Class DoubleAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.DoubleAnnotationValue
- All Implemented Interfaces:
WritableEntry
a double annotation value
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchargetTag()doublegetValue()voidwriteData(ByteArrayDataOutputStream stream) Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Constructor Details
-
DoubleAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTagin classAnnotationValue
-
writeData
- Specified by:
writeDatain classAnnotationValue- Throws:
IOException
-
getValue
public double getValue()
-