public final class sun.awt.CausedFocusEvent$Cause extends java.lang.Enum<sun.awt.CausedFocusEvent$Cause>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: sun.awt.CausedFocusEvent$Cause
super_class: java.lang.Enum
{
public static final sun.awt.CausedFocusEvent$Cause UNKNOWN;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause MOUSE_EVENT;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause TRAVERSAL;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause TRAVERSAL_UP;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause TRAVERSAL_DOWN;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause TRAVERSAL_FORWARD;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause TRAVERSAL_BACKWARD;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause MANUAL_REQUEST;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause AUTOMATIC_TRAVERSE;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause ROLLBACK;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause NATIVE_SYSTEM;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause ACTIVATION;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause CLEAR_GLOBAL_FOCUS_OWNER;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.awt.CausedFocusEvent$Cause RETARGETED;
descriptor: Lsun/awt/CausedFocusEvent$Cause;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final sun.awt.CausedFocusEvent$Cause[] ENUM$VALUES;
descriptor: [Lsun/awt/CausedFocusEvent$Cause;
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 sun.awt.CausedFocusEvent$Cause
dup
ldc "UNKNOWN"
iconst_0
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.UNKNOWN:Lsun/awt/CausedFocusEvent$Cause;
1: new sun.awt.CausedFocusEvent$Cause
dup
ldc "MOUSE_EVENT"
iconst_1
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.MOUSE_EVENT:Lsun/awt/CausedFocusEvent$Cause;
2: new sun.awt.CausedFocusEvent$Cause
dup
ldc "TRAVERSAL"
iconst_2
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL:Lsun/awt/CausedFocusEvent$Cause;
3: new sun.awt.CausedFocusEvent$Cause
dup
ldc "TRAVERSAL_UP"
iconst_3
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL_UP:Lsun/awt/CausedFocusEvent$Cause;
4: new sun.awt.CausedFocusEvent$Cause
dup
ldc "TRAVERSAL_DOWN"
iconst_4
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL_DOWN:Lsun/awt/CausedFocusEvent$Cause;
5: new sun.awt.CausedFocusEvent$Cause
dup
ldc "TRAVERSAL_FORWARD"
iconst_5
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL_FORWARD:Lsun/awt/CausedFocusEvent$Cause;
6: new sun.awt.CausedFocusEvent$Cause
dup
ldc "TRAVERSAL_BACKWARD"
bipush 6
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL_BACKWARD:Lsun/awt/CausedFocusEvent$Cause;
7: new sun.awt.CausedFocusEvent$Cause
dup
ldc "MANUAL_REQUEST"
bipush 7
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.MANUAL_REQUEST:Lsun/awt/CausedFocusEvent$Cause;
8: new sun.awt.CausedFocusEvent$Cause
dup
ldc "AUTOMATIC_TRAVERSE"
bipush 8
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.AUTOMATIC_TRAVERSE:Lsun/awt/CausedFocusEvent$Cause;
9: new sun.awt.CausedFocusEvent$Cause
dup
ldc "ROLLBACK"
bipush 9
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.ROLLBACK:Lsun/awt/CausedFocusEvent$Cause;
10: new sun.awt.CausedFocusEvent$Cause
dup
ldc "NATIVE_SYSTEM"
bipush 10
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.NATIVE_SYSTEM:Lsun/awt/CausedFocusEvent$Cause;
11: new sun.awt.CausedFocusEvent$Cause
dup
ldc "ACTIVATION"
bipush 11
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.ACTIVATION:Lsun/awt/CausedFocusEvent$Cause;
12: new sun.awt.CausedFocusEvent$Cause
dup
ldc "CLEAR_GLOBAL_FOCUS_OWNER"
bipush 12
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.CLEAR_GLOBAL_FOCUS_OWNER:Lsun/awt/CausedFocusEvent$Cause;
13: new sun.awt.CausedFocusEvent$Cause
dup
ldc "RETARGETED"
bipush 13
invokespecial sun.awt.CausedFocusEvent$Cause.<init>:(Ljava/lang/String;I)V
putstatic sun.awt.CausedFocusEvent$Cause.RETARGETED:Lsun/awt/CausedFocusEvent$Cause;
14: bipush 14
anewarray sun.awt.CausedFocusEvent$Cause
dup
iconst_0
getstatic sun.awt.CausedFocusEvent$Cause.UNKNOWN:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
iconst_1
getstatic sun.awt.CausedFocusEvent$Cause.MOUSE_EVENT:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
iconst_2
getstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
iconst_3
getstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL_UP:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
iconst_4
getstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL_DOWN:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
iconst_5
getstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL_FORWARD:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
bipush 6
getstatic sun.awt.CausedFocusEvent$Cause.TRAVERSAL_BACKWARD:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
bipush 7
getstatic sun.awt.CausedFocusEvent$Cause.MANUAL_REQUEST:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
bipush 8
getstatic sun.awt.CausedFocusEvent$Cause.AUTOMATIC_TRAVERSE:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
bipush 9
getstatic sun.awt.CausedFocusEvent$Cause.ROLLBACK:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
bipush 10
getstatic sun.awt.CausedFocusEvent$Cause.NATIVE_SYSTEM:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
bipush 11
getstatic sun.awt.CausedFocusEvent$Cause.ACTIVATION:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
bipush 12
getstatic sun.awt.CausedFocusEvent$Cause.CLEAR_GLOBAL_FOCUS_OWNER:Lsun/awt/CausedFocusEvent$Cause;
aastore
dup
bipush 13
getstatic sun.awt.CausedFocusEvent$Cause.RETARGETED:Lsun/awt/CausedFocusEvent$Cause;
aastore
putstatic sun.awt.CausedFocusEvent$Cause.ENUM$VALUES:[Lsun/awt/CausedFocusEvent$Cause;
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 Lsun/awt/CausedFocusEvent$Cause;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static sun.awt.CausedFocusEvent$Cause[] values();
descriptor: ()[Lsun/awt/CausedFocusEvent$Cause;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic sun.awt.CausedFocusEvent$Cause.ENUM$VALUES:[Lsun/awt/CausedFocusEvent$Cause;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray sun.awt.CausedFocusEvent$Cause
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 sun.awt.CausedFocusEvent$Cause valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/awt/CausedFocusEvent$Cause;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lsun/awt/CausedFocusEvent$Cause;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast sun.awt.CausedFocusEvent$Cause
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lsun/awt/CausedFocusEvent$Cause;>;
SourceFile: "CausedFocusEvent.java"
NestHost: sun.awt.CausedFocusEvent
InnerClasses:
public final Cause = sun.awt.CausedFocusEvent$Cause of sun.awt.CausedFocusEvent