public class DoubleAnnotationValue extends AnnotationValue
Modifier and Type | Field and Description |
---|---|
private double |
value |
private int |
valueIndex |
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, write
public DoubleAnnotationValue(ConstPool constPool, java.lang.String name, double value)
public char getTag()
getTag
in class AnnotationValue
public void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
writeData
in class AnnotationValue
java.io.IOException
public double getValue()