WritableEntry
public class FloatAnnotationValue extends AnnotationValue
Constructor | Description |
---|---|
FloatAnnotationValue(ConstPool constPool,
java.lang.String name,
float value) |
Modifier and Type | Method | Description |
---|---|---|
char |
getTag() |
|
float |
getValue() |
|
void |
writeData(ByteArrayDataOutputStream stream) |
getName, write
public FloatAnnotationValue(ConstPool constPool, java.lang.String name, float 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 float getValue()
Copyright © 2018. All rights reserved.