final enum class io.smallrye.mutiny.helpers.test.AssertSubscriber$State extends java.lang.Enum
{
public static final enum io.smallrye.mutiny.helpers.test.AssertSubscriber$State INIT;
public static final enum io.smallrye.mutiny.helpers.test.AssertSubscriber$State SUBSCRIBED;
public static final enum io.smallrye.mutiny.helpers.test.AssertSubscriber$State FAILED;
public static final enum io.smallrye.mutiny.helpers.test.AssertSubscriber$State CANCELLED;
public static final enum io.smallrye.mutiny.helpers.test.AssertSubscriber$State COMPLETED;
private static final io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] $VALUES;
public static io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] values()
{
java.lang.Object v;
io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] v;
v = <io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static io.smallrye.mutiny.helpers.test.AssertSubscriber$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 "Lio/smallrye/mutiny/helpers/test/AssertSubscriber$State;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
io.smallrye.mutiny.helpers.test.AssertSubscriber$State v;
v := @this: io.smallrye.mutiny.helpers.test.AssertSubscriber$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 io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] $values()
{
io.smallrye.mutiny.helpers.test.AssertSubscriber$State v, v, v, v, v;
io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] v;
v = newarray (io.smallrye.mutiny.helpers.test.AssertSubscriber$State)[5];
v = <io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State INIT>;
v[0] = v;
v = <io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State SUBSCRIBED>;
v[1] = v;
v = <io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State FAILED>;
v[2] = v;
v = <io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State CANCELLED>;
v[3] = v;
v = <io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State COMPLETED>;
v[4] = v;
return v;
}
static void <clinit>()
{
io.smallrye.mutiny.helpers.test.AssertSubscriber$State v, v, v, v, v;
io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] v;
v = new io.smallrye.mutiny.helpers.test.AssertSubscriber$State;
specialinvoke v.<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: void <init>(java.lang.String,int)>("INIT", 0);
<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State INIT> = v;
v = new io.smallrye.mutiny.helpers.test.AssertSubscriber$State;
specialinvoke v.<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: void <init>(java.lang.String,int)>("SUBSCRIBED", 1);
<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State SUBSCRIBED> = v;
v = new io.smallrye.mutiny.helpers.test.AssertSubscriber$State;
specialinvoke v.<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: void <init>(java.lang.String,int)>("FAILED", 2);
<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State FAILED> = v;
v = new io.smallrye.mutiny.helpers.test.AssertSubscriber$State;
specialinvoke v.<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: void <init>(java.lang.String,int)>("CANCELLED", 3);
<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State CANCELLED> = v;
v = new io.smallrye.mutiny.helpers.test.AssertSubscriber$State;
specialinvoke v.<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: void <init>(java.lang.String,int)>("COMPLETED", 4);
<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State COMPLETED> = v;
v = staticinvoke <io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] $values()>();
<io.smallrye.mutiny.helpers.test.AssertSubscriber$State: io.smallrye.mutiny.helpers.test.AssertSubscriber$State[] $VALUES> = v;
return;
}
}