final enum class org.objectweb.asm.util.CheckSignatureAdapter$State extends java.lang.Enum
{
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State EMPTY;
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State FORMAL;
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State BOUND;
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State SUPER;
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State PARAM;
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State RETURN;
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State SIMPLE_TYPE;
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State CLASS_TYPE;
public static final enum org.objectweb.asm.util.CheckSignatureAdapter$State END;
private static final org.objectweb.asm.util.CheckSignatureAdapter$State[] $VALUES;
public static org.objectweb.asm.util.CheckSignatureAdapter$State[] values()
{
java.lang.Object v;
org.objectweb.asm.util.CheckSignatureAdapter$State[] v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.objectweb.asm.util.CheckSignatureAdapter$State 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/CheckSignatureAdapter$State;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
org.objectweb.asm.util.CheckSignatureAdapter$State v;
v := @this: org.objectweb.asm.util.CheckSignatureAdapter$State;
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.CheckSignatureAdapter$State[] $values()
{
org.objectweb.asm.util.CheckSignatureAdapter$State[] v;
org.objectweb.asm.util.CheckSignatureAdapter$State v, v, v, v, v, v, v, v, v;
v = newarray (org.objectweb.asm.util.CheckSignatureAdapter$State)[9];
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State EMPTY>;
v[0] = v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State FORMAL>;
v[1] = v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State BOUND>;
v[2] = v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State SUPER>;
v[3] = v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State PARAM>;
v[4] = v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State RETURN>;
v[5] = v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State SIMPLE_TYPE>;
v[6] = v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State CLASS_TYPE>;
v[7] = v;
v = <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State END>;
v[8] = v;
return v;
}
static void <clinit>()
{
org.objectweb.asm.util.CheckSignatureAdapter$State[] v;
org.objectweb.asm.util.CheckSignatureAdapter$State v, v, v, v, v, v, v, v, v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("EMPTY", 0);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State EMPTY> = v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("FORMAL", 1);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State FORMAL> = v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("BOUND", 2);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State BOUND> = v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("SUPER", 3);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State SUPER> = v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("PARAM", 4);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State PARAM> = v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("RETURN", 5);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State RETURN> = v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("SIMPLE_TYPE", 6);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State SIMPLE_TYPE> = v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("CLASS_TYPE", 7);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State CLASS_TYPE> = v;
v = new org.objectweb.asm.util.CheckSignatureAdapter$State;
specialinvoke v.<org.objectweb.asm.util.CheckSignatureAdapter$State: void <init>(java.lang.String,int)>("END", 8);
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State END> = v;
v = staticinvoke <org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State[] $values()>();
<org.objectweb.asm.util.CheckSignatureAdapter$State: org.objectweb.asm.util.CheckSignatureAdapter$State[] $VALUES> = v;
return;
}
}