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, getConstant
public DoubleConstant(Constant[] pool, double value)