public static class ConstantPool.ConstValue_Long extends ConstantPool.ConstValue
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Long |
value |
isSet, tag| Constructor and Description |
|---|
ConstValue_Long(Tables.ConstType tag,
java.lang.Long value) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
_hashCode() |
protected java.lang.String |
_toString() |
boolean |
equals(java.lang.Object obj)
Compares this object to the specified object.
|
int |
size() |
void |
write(CheckedDataOutputStream out) |
hashCode, hasValue, toStringpublic ConstValue_Long(Tables.ConstType tag, java.lang.Long value)
public int size()
size in class ConstantPool.ConstValueprotected java.lang.String _toString()
_toString in class ConstantPool.ConstValuepublic boolean equals(java.lang.Object obj)
ConstantPool.ConstValueequals in class ConstantPool.ConstValueobj - the object to compare withprotected int _hashCode()
_hashCode in class ConstantPool.ConstValuepublic void write(CheckedDataOutputStream out) throws java.io.IOException
write in class ConstantPool.ConstValuejava.io.IOException