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