public static class ConstantPool.ConstValue extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isSet |
protected Tables.ConstType |
tag |
Constructor and Description |
---|
ConstValue(Tables.ConstType tag) |
Modifier and Type | Method and Description |
---|---|
protected int |
_hashCode() |
protected String |
_toString() |
boolean |
equals(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() |
String |
toString() |
void |
write(CheckedDataOutputStream out) |
protected Tables.ConstType tag
protected boolean isSet
public ConstValue(Tables.ConstType tag)
public int size()
public boolean hasValue()
public int hashCode()
protected int _hashCode()
public boolean equals(Object obj)
protected String _toString()
public void write(CheckedDataOutputStream out) throws IOException
IOException
Copyright © 2021. All Rights Reserved.