public final class javafx.concurrent.Worker$State extends java.lang.Enum<javafx.concurrent.Worker$State>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: javafx.concurrent.Worker$State
super_class: java.lang.Enum
{
public static final javafx.concurrent.Worker$State READY;
descriptor: Ljavafx/concurrent/Worker$State;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
Signature: Ljavafx/concurrent/Worker$State;
public static final javafx.concurrent.Worker$State SCHEDULED;
descriptor: Ljavafx/concurrent/Worker$State;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
Signature: Ljavafx/concurrent/Worker$State;
public static final javafx.concurrent.Worker$State RUNNING;
descriptor: Ljavafx/concurrent/Worker$State;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
Signature: Ljavafx/concurrent/Worker$State;
public static final javafx.concurrent.Worker$State SUCCEEDED;
descriptor: Ljavafx/concurrent/Worker$State;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
Signature: Ljavafx/concurrent/Worker$State;
public static final javafx.concurrent.Worker$State CANCELLED;
descriptor: Ljavafx/concurrent/Worker$State;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
Signature: Ljavafx/concurrent/Worker$State;
public static final javafx.concurrent.Worker$State FAILED;
descriptor: Ljavafx/concurrent/Worker$State;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
Signature: Ljavafx/concurrent/Worker$State;
private static final javafx.concurrent.Worker$State[] ENUM$VALUES;
descriptor: [Ljavafx/concurrent/Worker$State;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new javafx.concurrent.Worker$State
dup
ldc "READY"
iconst_0
invokespecial javafx.concurrent.Worker$State.<init>:(Ljava/lang/String;I)V
1: putstatic javafx.concurrent.Worker$State.READY:Ljavafx/concurrent/Worker$State;
2: new javafx.concurrent.Worker$State
dup
ldc "SCHEDULED"
iconst_1
invokespecial javafx.concurrent.Worker$State.<init>:(Ljava/lang/String;I)V
3: putstatic javafx.concurrent.Worker$State.SCHEDULED:Ljavafx/concurrent/Worker$State;
4: new javafx.concurrent.Worker$State
dup
ldc "RUNNING"
iconst_2
invokespecial javafx.concurrent.Worker$State.<init>:(Ljava/lang/String;I)V
5: putstatic javafx.concurrent.Worker$State.RUNNING:Ljavafx/concurrent/Worker$State;
6: new javafx.concurrent.Worker$State
dup
ldc "SUCCEEDED"
iconst_3
invokespecial javafx.concurrent.Worker$State.<init>:(Ljava/lang/String;I)V
7: putstatic javafx.concurrent.Worker$State.SUCCEEDED:Ljavafx/concurrent/Worker$State;
8: new javafx.concurrent.Worker$State
dup
ldc "CANCELLED"
iconst_4
invokespecial javafx.concurrent.Worker$State.<init>:(Ljava/lang/String;I)V
9: putstatic javafx.concurrent.Worker$State.CANCELLED:Ljavafx/concurrent/Worker$State;
10: new javafx.concurrent.Worker$State
dup
ldc "FAILED"
iconst_5
invokespecial javafx.concurrent.Worker$State.<init>:(Ljava/lang/String;I)V
11: putstatic javafx.concurrent.Worker$State.FAILED:Ljavafx/concurrent/Worker$State;
12: bipush 6
anewarray javafx.concurrent.Worker$State
dup
iconst_0
getstatic javafx.concurrent.Worker$State.READY:Ljavafx/concurrent/Worker$State;
aastore
dup
iconst_1
getstatic javafx.concurrent.Worker$State.SCHEDULED:Ljavafx/concurrent/Worker$State;
aastore
dup
iconst_2
getstatic javafx.concurrent.Worker$State.RUNNING:Ljavafx/concurrent/Worker$State;
aastore
dup
iconst_3
getstatic javafx.concurrent.Worker$State.SUCCEEDED:Ljavafx/concurrent/Worker$State;
aastore
dup
iconst_4
getstatic javafx.concurrent.Worker$State.CANCELLED:Ljavafx/concurrent/Worker$State;
aastore
dup
iconst_5
getstatic javafx.concurrent.Worker$State.FAILED:Ljavafx/concurrent/Worker$State;
aastore
putstatic javafx.concurrent.Worker$State.ENUM$VALUES:[Ljavafx/concurrent/Worker$State;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/concurrent/Worker$State;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static javafx.concurrent.Worker$State[] values();
descriptor: ()[Ljavafx/concurrent/Worker$State;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic javafx.concurrent.Worker$State.ENUM$VALUES:[Ljavafx/concurrent/Worker$State;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray javafx.concurrent.Worker$State
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static javafx.concurrent.Worker$State valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavafx/concurrent/Worker$State;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Ljavafx/concurrent/Worker$State;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast javafx.concurrent.Worker$State
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Ljavafx/concurrent/Worker$State;>;
SourceFile: "Worker.java"
NestHost: javafx.concurrent.Worker
InnerClasses:
public final State = javafx.concurrent.Worker$State of javafx.concurrent.Worker