public static class ConstantPool.ConstValue_Pair extends ConstantPool.ConstValue
isSet, tag| Constructor and Description |
|---|
ConstValue_Pair(Tables.ConstType tag,
ConstantPool.ConstCell left,
ConstantPool.ConstCell right) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
_hashCode() |
boolean |
equals(Object obj)
Compares this object to the specified object.
|
String |
toString() |
void |
write(CheckedDataOutputStream out) |
_toString, hashCode, hasValue, sizepublic ConstValue_Pair(Tables.ConstType tag, ConstantPool.ConstCell left, ConstantPool.ConstCell right)
public boolean equals(Object obj)
ConstantPool.ConstValueequals in class ConstantPool.ConstValueobj - the object to compare withpublic String toString()
toString in class ConstantPool.ConstValueprotected int _hashCode()
_hashCode in class ConstantPool.ConstValuepublic void write(CheckedDataOutputStream out) throws IOException
write in class ConstantPool.ConstValueIOExceptionCopyright © 2021. All Rights Reserved.