public static class ConstantPool.ConstCell extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares this object to the specified object.
|
int |
getLength() |
int |
hashCode() |
boolean |
isUnset() |
void |
setRank(ConstantPool.ReferenceRank rank) |
default String |
tabString(int tabLevel) |
String |
toString() |
void |
write(CheckedDataOutputStream out) |
public int getLength()
public void write(CheckedDataOutputStream out) throws IOException
IOException
public void setRank(ConstantPool.ReferenceRank rank)
public int hashCode()
public boolean equals(Object obj)
obj
- the object to compare withpublic boolean isUnset()
public String tabString(int tabLevel)
Copyright © 2021. All Rights Reserved.