final enum class org.objectweb.asm.util.CheckMethodAdapter$Method extends java.lang.Enum
{
public static final enum org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_INSN;
public static final enum org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_INT_INSN;
public static final enum org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_VAR_INSN;
public static final enum org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_TYPE_INSN;
public static final enum org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_FIELD_INSN;
public static final enum org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_METHOD_INSN;
public static final enum org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_JUMP_INSN;
private static final org.objectweb.asm.util.CheckMethodAdapter$Method[] $VALUES;
public static org.objectweb.asm.util.CheckMethodAdapter$Method[] values()
{
java.lang.Object v;
org.objectweb.asm.util.CheckMethodAdapter$Method[] v;
v = <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.objectweb.asm.util.CheckMethodAdapter$Method valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lorg/objectweb/asm/util/CheckMethodAdapter$Method;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
org.objectweb.asm.util.CheckMethodAdapter$Method v;
v := @this: org.objectweb.asm.util.CheckMethodAdapter$Method;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static org.objectweb.asm.util.CheckMethodAdapter$Method[] $values()
{
org.objectweb.asm.util.CheckMethodAdapter$Method v, v, v, v, v, v, v;
org.objectweb.asm.util.CheckMethodAdapter$Method[] v;
v = newarray (org.objectweb.asm.util.CheckMethodAdapter$Method)[7];
v = <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_INSN>;
v[0] = v;
v = <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_INT_INSN>;
v[1] = v;
v = <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_VAR_INSN>;
v[2] = v;
v = <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_TYPE_INSN>;
v[3] = v;
v = <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_FIELD_INSN>;
v[4] = v;
v = <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_METHOD_INSN>;
v[5] = v;
v = <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_JUMP_INSN>;
v[6] = v;
return v;
}
static void <clinit>()
{
org.objectweb.asm.util.CheckMethodAdapter$Method v, v, v, v, v, v, v;
org.objectweb.asm.util.CheckMethodAdapter$Method[] v;
v = new org.objectweb.asm.util.CheckMethodAdapter$Method;
specialinvoke v.<org.objectweb.asm.util.CheckMethodAdapter$Method: void <init>(java.lang.String,int)>("VISIT_INSN", 0);
<org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_INSN> = v;
v = new org.objectweb.asm.util.CheckMethodAdapter$Method;
specialinvoke v.<org.objectweb.asm.util.CheckMethodAdapter$Method: void <init>(java.lang.String,int)>("VISIT_INT_INSN", 1);
<org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_INT_INSN> = v;
v = new org.objectweb.asm.util.CheckMethodAdapter$Method;
specialinvoke v.<org.objectweb.asm.util.CheckMethodAdapter$Method: void <init>(java.lang.String,int)>("VISIT_VAR_INSN", 2);
<org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_VAR_INSN> = v;
v = new org.objectweb.asm.util.CheckMethodAdapter$Method;
specialinvoke v.<org.objectweb.asm.util.CheckMethodAdapter$Method: void <init>(java.lang.String,int)>("VISIT_TYPE_INSN", 3);
<org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_TYPE_INSN> = v;
v = new org.objectweb.asm.util.CheckMethodAdapter$Method;
specialinvoke v.<org.objectweb.asm.util.CheckMethodAdapter$Method: void <init>(java.lang.String,int)>("VISIT_FIELD_INSN", 4);
<org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_FIELD_INSN> = v;
v = new org.objectweb.asm.util.CheckMethodAdapter$Method;
specialinvoke v.<org.objectweb.asm.util.CheckMethodAdapter$Method: void <init>(java.lang.String,int)>("VISIT_METHOD_INSN", 5);
<org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_METHOD_INSN> = v;
v = new org.objectweb.asm.util.CheckMethodAdapter$Method;
specialinvoke v.<org.objectweb.asm.util.CheckMethodAdapter$Method: void <init>(java.lang.String,int)>("VISIT_JUMP_INSN", 6);
<org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method VISIT_JUMP_INSN> = v;
v = staticinvoke <org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method[] $values()>();
<org.objectweb.asm.util.CheckMethodAdapter$Method: org.objectweb.asm.util.CheckMethodAdapter$Method[] $VALUES> = v;
return;
}
}