Class CONSTANT_Integer_info
- java.lang.Object
-
- org.apache.derby.iapi.services.classfile.ConstantPoolEntry
-
- org.apache.derby.iapi.services.classfile.CONSTANT_Integer_info
-
class CONSTANT_Integer_info extends ConstantPoolEntry
Integer Constant - page 96
-
-
Field Summary
Fields Modifier and Type Field Description private intvalue-
Fields inherited from class org.apache.derby.iapi.services.classfile.ConstantPoolEntry
doubleSlot, index, tag
-
-
Constructor Summary
Constructors Constructor Description CONSTANT_Integer_info(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intclassFileSize()Return an estimate of the size of the constant pool entry.booleanequals(java.lang.Object other)inthashCode()(package private) voidput(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:
hashCodein classjava.lang.Object
-
put
void put(ClassFormatOutput out) throws java.io.IOException
- Overrides:
putin classConstantPoolEntry- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
classFileSize
int classFileSize()
Description copied from class:ConstantPoolEntryReturn an estimate of the size of the constant pool entry.- Specified by:
classFileSizein classConstantPoolEntry
-
-