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, toString
static 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.IOException
public java.lang.String getTagName()
getTagName
in class MemberrefInfo
protected int copy2(ConstPool dest, int cindex, int ntindex)
copy2
in class MemberrefInfo