class org.apache.ibatis.javassist.bytecode.ConstInfoPadding extends org.apache.ibatis.javassist.bytecode.ConstInfo
{
public void <init>(int)
{
int v;
org.apache.ibatis.javassist.bytecode.ConstInfoPadding v;
v := @this: org.apache.ibatis.javassist.bytecode.ConstInfoPadding;
v := @parameter: int;
specialinvoke v.<org.apache.ibatis.javassist.bytecode.ConstInfo: void <init>(int)>(v);
return;
}
public int getTag()
{
org.apache.ibatis.javassist.bytecode.ConstInfoPadding v;
v := @this: org.apache.ibatis.javassist.bytecode.ConstInfoPadding;
return 0;
}
public int copy(org.apache.ibatis.javassist.bytecode.ConstPool, org.apache.ibatis.javassist.bytecode.ConstPool, java.util.Map)
{
java.util.Map v;
int v;
org.apache.ibatis.javassist.bytecode.ConstInfoPadding v;
org.apache.ibatis.javassist.bytecode.ConstPool v, v;
v := @this: org.apache.ibatis.javassist.bytecode.ConstInfoPadding;
v := @parameter: org.apache.ibatis.javassist.bytecode.ConstPool;
v := @parameter: org.apache.ibatis.javassist.bytecode.ConstPool;
v := @parameter: java.util.Map;
v = virtualinvoke v.<org.apache.ibatis.javassist.bytecode.ConstPool: int addConstInfoPadding()>();
return v;
}
public void write(java.io.DataOutputStream) throws java.io.IOException
{
java.io.DataOutputStream v;
org.apache.ibatis.javassist.bytecode.ConstInfoPadding v;
v := @this: org.apache.ibatis.javassist.bytecode.ConstInfoPadding;
v := @parameter: java.io.DataOutputStream;
return;
}
public void print(java.io.PrintWriter)
{
java.io.PrintWriter v;
org.apache.ibatis.javassist.bytecode.ConstInfoPadding v;
v := @this: org.apache.ibatis.javassist.bytecode.ConstInfoPadding;
v := @parameter: java.io.PrintWriter;
virtualinvoke v.<java.io.PrintWriter: void println(java.lang.String)>("padding");
return;
}
}