Class CONSTANT_Double_info
java.lang.Object
org.apache.derby.iapi.services.classfile.ConstantPoolEntry
org.apache.derby.iapi.services.classfile.CONSTANT_Double_info
Double Constant - page 97 - Section 4.4.5
-
Field Summary
FieldsFields inherited from class org.apache.derby.iapi.services.classfile.ConstantPoolEntry
doubleSlot, index, tag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
Return an estimate of the size of the constant pool entry.boolean
int
hashCode()
(package private) void
put
(ClassFormatOutput out) Methods inherited from class org.apache.derby.iapi.services.classfile.ConstantPoolEntry
doubleSlot, getI1, getI2, getIndex, getKey, getTag, setIndex
-
Field Details
-
value
private final double value
-
-
Constructor Details
-
CONSTANT_Double_info
CONSTANT_Double_info(double value)
-
-
Method Details
-
hashCode
public int hashCode() -
classFileSize
int classFileSize()Description copied from class:ConstantPoolEntry
Return an estimate of the size of the constant pool entry.- Specified by:
classFileSize
in classConstantPoolEntry
-
put
- Overrides:
put
in classConstantPoolEntry
- Throws:
IOException
-
equals
-