public static class ConstantPool.ConstValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isSet |
protected Tables.ConstType |
tag |
private boolean |
visited |
Constructor and Description |
---|
ConstValue(Tables.ConstType tag) |
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 |
hashCode()
Compute the hash-code, based on the value of the native (_hashCode()) hashcode.
|
boolean |
hasValue() |
int |
size() |
java.lang.String |
toString() |
void |
write(CheckedDataOutputStream out) |
protected Tables.ConstType tag
protected boolean isSet
private boolean visited
public ConstValue(Tables.ConstType tag)
public int size()
public boolean hasValue()
public int hashCode()
hashCode
in class java.lang.Object
protected int _hashCode()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare withpublic java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String _toString()
public void write(CheckedDataOutputStream out) throws java.io.IOException
java.io.IOException