class MethodTypeInfo extends ConstInfo
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
descriptor |
(package private) static int |
tag |
| Constructor and Description |
|---|
MethodTypeInfo(java.io.DataInputStream in,
int index) |
MethodTypeInfo(int desc,
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 |
renameClass(ConstPool cp,
java.util.Map map,
java.util.HashMap cache) |
void |
renameClass(ConstPool cp,
java.lang.String oldName,
java.lang.String newName,
java.util.HashMap cache) |
void |
write(java.io.DataOutputStream out) |
getClassName, toStringstatic final int tag
int descriptor
public MethodTypeInfo(int desc,
int index)
public MethodTypeInfo(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 renameClass(ConstPool cp, java.lang.String oldName, java.lang.String newName, java.util.HashMap cache)
renameClass in class ConstInfopublic void renameClass(ConstPool cp, java.util.Map map, java.util.HashMap cache)
renameClass in class ConstInfopublic void write(java.io.DataOutputStream out)
throws java.io.IOException