Class CONSTANT_Float_info
java.lang.Object
org.apache.derby.iapi.services.classfile.ConstantPoolEntry
org.apache.derby.iapi.services.classfile.CONSTANT_Float_info
Float Constant - page 96
-
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) intReturn an estimate of the size of the constant pool entry.booleaninthashCode()(package private) voidput(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 float value
-
-
Constructor Details
-
CONSTANT_Float_info
CONSTANT_Float_info(float value)
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
classFileSize
int classFileSize()Description copied from class:ConstantPoolEntryReturn an estimate of the size of the constant pool entry.- Specified by:
classFileSizein classConstantPoolEntry
-
put
- Overrides:
putin classConstantPoolEntry- Throws:
IOException
-