class MethodrefInfo extends MemberrefInfo
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
tag |
classIndex, nameAndTypeIndex| Constructor and Description |
|---|
MethodrefInfo(java.io.DataInputStream in,
int thisIndex) |
MethodrefInfo(int cindex,
int ntindex,
int thisIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
copy2(ConstPool dest,
int cindex,
int ntindex) |
int |
getTag() |
java.lang.String |
getTagName() |
getClassName, renameClass, renameClass, toStringstatic final int tag
public MethodrefInfo(int cindex,
int ntindex,
int thisIndex)
public MethodrefInfo(java.io.DataInputStream in,
int thisIndex)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getTagName()
getTagName in class MemberrefInfoprotected int copy2(ConstPool dest, int cindex, int ntindex)
copy2 in class MemberrefInfo