final enum class com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature extends java.lang.Enum implements com.google.common.collect.testing.features.Feature
{
public static final enum com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_1;
public static final enum com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_2;
public static final enum com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_3;
public static final enum com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature COMPOUND_DERIVED_FEATURE;
private java.util.Set implied;
private static final com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] $VALUES;
public static com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] values()
{
java.lang.Object v;
com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] v;
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature 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/collect/testing/features/FeatureUtilTest$ExampleDerivedFeature;", v);
return v;
}
private transient void <init>(java.lang.String, int, com.google.common.collect.testing.features.Feature[])
{
com.google.common.collect.ImmutableSet v;
int v;
com.google.common.collect.testing.features.Feature[] v;
java.lang.String v;
com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature v;
v := @this: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: com.google.common.collect.testing.features.Feature[];
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v = staticinvoke <com.google.common.collect.ImmutableSet: com.google.common.collect.ImmutableSet copyOf(java.lang.Object[])>(v);
v.<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: java.util.Set implied> = v;
return;
}
public java.util.Set getImpliedFeatures()
{
java.util.Set v;
com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature v;
v := @this: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature;
v = v.<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: java.util.Set implied>;
return v;
}
private static com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] $values()
{
com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature v, v, v, v;
com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] v;
v = newarray (com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature)[4];
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_1>;
v[0] = v;
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_2>;
v[1] = v;
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_3>;
v[2] = v;
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature COMPOUND_DERIVED_FEATURE>;
v[3] = v;
return v;
}
static void <clinit>()
{
java.lang.Object[] v, v;
com.google.common.collect.testing.features.FeatureUtilTest$ExampleBaseFeature v, v;
com.google.common.collect.testing.features.Feature[] v, v;
com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature v, v, v, v, v, v;
com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] v;
v = new com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("DERIVED_FEATURE_1", 0, v);
<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_1> = v;
v = new com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[1];
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleBaseFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleBaseFeature BASE_FEATURE_1>;
v[0] = v;
specialinvoke v.<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("DERIVED_FEATURE_2", 1, v);
<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_2> = v;
v = new com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("DERIVED_FEATURE_3", 2, v);
<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_3> = v;
v = new com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[3];
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_1>;
v[0] = v;
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature DERIVED_FEATURE_2>;
v[1] = v;
v = <com.google.common.collect.testing.features.FeatureUtilTest$ExampleBaseFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleBaseFeature BASE_FEATURE_2>;
v[2] = v;
specialinvoke v.<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("COMPOUND_DERIVED_FEATURE", 3, v);
<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature COMPOUND_DERIVED_FEATURE> = v;
v = staticinvoke <com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] $values()>();
<com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature: com.google.common.collect.testing.features.FeatureUtilTest$ExampleDerivedFeature[] $VALUES> = v;
return;
}
}