public class FloatConstant extends Constant
| Constructor and Description | 
|---|
| FloatConstant(Constant[] pool,
             float value)Creates an instance for the specified float value. | 
| Modifier and Type | Method and Description | 
|---|---|
| float | getValue()Returns the wrapped float value. | 
| java.lang.String | toString()Returns the constant type and the float value. | 
extractConstantPool, getConstantpublic FloatConstant(Constant[] pool, float value)