final enum class com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum extends java.lang.Enum
{
public static final enum com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum CONSTANT1;
public static final enum com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum CONSTANT2;
private static final com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] $VALUES;
public static com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] values()
{
java.lang.Object v;
com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] v;
v = <com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum 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 "Lcom/google/common/testing/FreshValueGeneratorTest$TwoConstantEnum;", v);
return v;
}
private void <init>(java.lang.String, int)
{
com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum v;
int v;
java.lang.String v;
v := @this: com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] $values()
{
com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum v, v;
com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] v;
v = newarray (com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum)[2];
v = <com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum CONSTANT1>;
v[0] = v;
v = <com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum CONSTANT2>;
v[1] = v;
return v;
}
static void <clinit>()
{
com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum v, v;
com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] v;
v = new com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum;
specialinvoke v.<com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: void <init>(java.lang.String,int)>("CONSTANT1", 0);
<com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum CONSTANT1> = v;
v = new com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum;
specialinvoke v.<com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: void <init>(java.lang.String,int)>("CONSTANT2", 1);
<com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum CONSTANT2> = v;
v = staticinvoke <com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] $values()>();
<com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum: com.google.common.testing.FreshValueGeneratorTest$TwoConstantEnum[] $VALUES> = v;
return;
}
}