public class DoubleAnnotationValue extends AnnotationValue
| Constructor and Description |
|---|
DoubleAnnotationValue(ConstPool constPool,
java.lang.String name,
double value) |
| Modifier and Type | Method and Description |
|---|---|
char |
getTag() |
double |
getValue() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, writepublic DoubleAnnotationValue(ConstPool constPool, java.lang.String name, double value)
public char getTag()
getTag in class AnnotationValuepublic void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
writeData in class AnnotationValuejava.io.IOExceptionpublic double getValue()
Copyright © 2015. All Rights Reserved.