class javassist.bytecode.MethodrefInfo extends javassist.bytecode.MemberrefInfo
{
static final int tag;
public void <init>(int, int, int)
{
javassist.bytecode.MethodrefInfo v;
int v, v, v;
v := @this: javassist.bytecode.MethodrefInfo;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
specialinvoke v.<javassist.bytecode.MemberrefInfo: void <init>(int,int,int)>(v, v, v);
return;
}
public void <init>(java.io.DataInputStream, int) throws java.io.IOException
{
int v;
java.io.DataInputStream v;
javassist.bytecode.MethodrefInfo v;
v := @this: javassist.bytecode.MethodrefInfo;
v := @parameter: java.io.DataInputStream;
v := @parameter: int;
specialinvoke v.<javassist.bytecode.MemberrefInfo: void <init>(java.io.DataInputStream,int)>(v, v);
return;
}
public int getTag()
{
javassist.bytecode.MethodrefInfo v;
v := @this: javassist.bytecode.MethodrefInfo;
return 10;
}
public java.lang.String getTagName()
{
javassist.bytecode.MethodrefInfo v;
v := @this: javassist.bytecode.MethodrefInfo;
return "Method";
}
protected int copy2(javassist.bytecode.ConstPool, int, int)
{
javassist.bytecode.ConstPool v;
javassist.bytecode.MethodrefInfo v;
int v, v, v;
v := @this: javassist.bytecode.MethodrefInfo;
v := @parameter: javassist.bytecode.ConstPool;
v := @parameter: int;
v := @parameter: int;
v = virtualinvoke v.<javassist.bytecode.ConstPool: int addMethodrefInfo(int,int)>(v, v);
return v;
}
}