class StringInfo extends ConstInfo
Modifier and Type | Field and Description |
---|---|
(package private) int |
string |
(package private) static int |
tag |
Constructor and Description |
---|
StringInfo(java.io.DataInputStream in,
int index) |
StringInfo(int str,
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, toString
static final int tag
int string
public StringInfo(int str, int index)
public StringInfo(java.io.DataInputStream in, int index) throws java.io.IOException
java.io.IOException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void write(java.io.DataOutputStream out) throws java.io.IOException