public final class org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus extends java.lang.Enum<org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus
  super_class: java.lang.Enum
{
  public static final org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus OK;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus NULL_PROBLEM;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus UNCHECKED;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus MISMATCH;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jdt$internal$compiler$lookup$TypeConstants$BoundCheckStatus;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static final org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus[] ENUM$VALUES;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    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 447
            new org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus
            dup
            ldc "OK"
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.<init>:(Ljava/lang/String;I)V
            putstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.OK:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            new org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus
            dup
            ldc "NULL_PROBLEM"
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.<init>:(Ljava/lang/String;I)V
            putstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.NULL_PROBLEM:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            new org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus
            dup
            ldc "UNCHECKED"
            iconst_2
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.<init>:(Ljava/lang/String;I)V
            putstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.UNCHECKED:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            new org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus
            dup
            ldc "MISMATCH"
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.<init>:(Ljava/lang/String;I)V
            putstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.MISMATCH:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
         1: .line 446
            iconst_4
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus
            dup
            iconst_0
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.OK:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            aastore
            dup
            iconst_1
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.NULL_PROBLEM:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            aastore
            dup
            iconst_2
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.UNCHECKED:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            aastore
            dup
            iconst_3
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.MISMATCH:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            aastore
            putstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ENUM$VALUES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            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 // org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus this
         0: .line 446
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  boolean isOKbyJLS();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus this
         0: .line 450
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.$SWITCH_TABLE$org$eclipse$jdt$internal$compiler$lookup$TypeConstants$BoundCheckStatus:()[I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 1
                    2: 1
              default: 2
          }
         1: .line 453
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 455
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;

  public org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus betterOf(org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus other
         0: .line 459
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ordinal:()I
            aload 1 /* other */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ordinal:()I
            if_icmpge 2
         1: .line 460
            aload 0 /* this */
            areturn
         2: .line 461
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus other
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            0    3     1  other  Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    MethodParameters:
       Name  Flags
      other  

  public static org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus[] values();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ENUM$VALUES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus
            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 org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  

  static int[] $SWITCH_TABLE$org$eclipse$jdt$internal$compiler$lookup$TypeConstants$BoundCheckStatus();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 446
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.$SWITCH_TABLE$org$eclipse$jdt$internal$compiler$lookup$TypeConstants$BoundCheckStatus:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.values:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.MISMATCH:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.NULL_PROBLEM:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.OK:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.UNCHECKED:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            dup
            putstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus.$SWITCH_TABLE$org$eclipse$jdt$internal$compiler$lookup$TypeConstants$BoundCheckStatus:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
}
Signature: Ljava/lang/Enum<Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus;>;
SourceFile: "TypeConstants.java"
NestHost: org.eclipse.jdt.internal.compiler.lookup.TypeConstants
InnerClasses:
  public final BoundCheckStatus = org.eclipse.jdt.internal.compiler.lookup.TypeConstants$BoundCheckStatus of org.eclipse.jdt.internal.compiler.lookup.TypeConstants