Package | Description |
---|---|
com.caucho.bytecode |
Modifier and Type | Method and Description |
---|---|
DoubleConstant |
ConstantPool.addDouble(double value)
Adds a double constant.
|
DoubleConstant |
ConstantPool.getDouble(int index)
Returns a double constant
|
DoubleConstant |
ConstantPool.getDoubleByValue(double value)
Gets a double constant.
|