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.
|
String |
toString()
Returns the constant type and the double value.
|
extractConstantPool, getConstantpublic DoubleConstant(Constant[] pool, double value)
Copyright © 2014. All rights reserved.