public static class ConstantPool.ConstValue_Cell extends ConstantPool.ConstValue
Modifier and Type | Field and Description |
---|---|
(package private) ConstantPool.ConstCell |
cell |
isSet, tag
Constructor and Description |
---|
ConstValue_Cell(Tables.ConstType tag,
ConstantPool.ConstCell cell) |
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.
|
void |
write(CheckedDataOutputStream out) |
hashCode, hasValue, size, toString
ConstantPool.ConstCell cell
public ConstValue_Cell(Tables.ConstType tag, ConstantPool.ConstCell cell)
protected java.lang.String _toString()
_toString
in class ConstantPool.ConstValue
public boolean equals(java.lang.Object obj)
ConstantPool.ConstValue
equals
in class ConstantPool.ConstValue
obj
- the object to compare withprotected int _hashCode()
_hashCode
in class ConstantPool.ConstValue
public void write(CheckedDataOutputStream out) throws java.io.IOException
write
in class ConstantPool.ConstValue
java.io.IOException