class Utf8Info extends ConstInfo
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
string |
(package private) static int |
tag |
| Constructor and Description |
|---|
Utf8Info(java.io.DataInputStream in,
int index) |
Utf8Info(java.lang.String utf8,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
copy(ConstPool src,
ConstPool dest,
java.util.Map map) |
boolean |
equals(java.lang.Object obj) |
int |
getTag() |
int |
hashCode() |
void |
print(java.io.PrintWriter out) |
void |
write(java.io.DataOutputStream out) |
getClassName, renameClass, renameClass, toStringstatic final int tag
java.lang.String string
public Utf8Info(java.lang.String utf8,
int index)
public Utf8Info(java.io.DataInputStream in,
int index)
throws java.io.IOException
java.io.IOExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void write(java.io.DataOutputStream out)
throws java.io.IOException