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: .line 41
            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: .line 42
            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: .line 43
            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: .line 44
            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: .line 45
            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: .line 46
            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: .line 47
            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: .line 48
            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: .line 49
            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: .line 50
            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: .line 51
            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: .line 52
            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: .line 53
            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: .line 54
            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: .line 40
            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 // sun.awt.CausedFocusEvent$Cause this
         0: .line 40
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // sun.awt.CausedFocusEvent$Cause this
      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: .line 1
            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: .line 1
            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