Class CONSTANT_Double_info
- java.lang.Object
-
- org.apache.derby.iapi.services.classfile.ConstantPoolEntry
-
- org.apache.derby.iapi.services.classfile.CONSTANT_Double_info
-
final class CONSTANT_Double_info extends ConstantPoolEntry
Double Constant - page 97 - Section 4.4.5
-
-
Field Summary
Fields Modifier and Type Field Description private double
value
-
Fields inherited from class org.apache.derby.iapi.services.classfile.ConstantPoolEntry
doubleSlot, index, tag
-
-
Constructor Summary
Constructors Constructor Description CONSTANT_Double_info(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
classFileSize()
Return an estimate of the size of the constant pool entry.boolean
equals(java.lang.Object other)
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
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
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
void put(ClassFormatOutput out) throws java.io.IOException
- Overrides:
put
in classConstantPoolEntry
- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
-