final class jdk.nashorn.internal.codegen.Condition extends java.lang.Enum<jdk.nashorn.internal.codegen.Condition>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: jdk.nashorn.internal.codegen.Condition
  super_class: java.lang.Enum
{
  public static final jdk.nashorn.internal.codegen.Condition EQ;
    descriptor: Ljdk/nashorn/internal/codegen/Condition;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.codegen.Condition NE;
    descriptor: Ljdk/nashorn/internal/codegen/Condition;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.codegen.Condition LE;
    descriptor: Ljdk/nashorn/internal/codegen/Condition;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.codegen.Condition LT;
    descriptor: Ljdk/nashorn/internal/codegen/Condition;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.codegen.Condition GE;
    descriptor: Ljdk/nashorn/internal/codegen/Condition;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.codegen.Condition GT;
    descriptor: Ljdk/nashorn/internal/codegen/Condition;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static volatile int[] $SWITCH_TABLE$jdk$nashorn$internal$codegen$Condition;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static final jdk.nashorn.internal.codegen.Condition[] ENUM$VALUES;
    descriptor: [Ljdk/nashorn/internal/codegen/Condition;
    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 47
            new jdk.nashorn.internal.codegen.Condition
            dup
            ldc "EQ"
            iconst_0
            invokespecial jdk.nashorn.internal.codegen.Condition.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.codegen.Condition.EQ:Ljdk/nashorn/internal/codegen/Condition;
         1: .line 48
            new jdk.nashorn.internal.codegen.Condition
            dup
            ldc "NE"
            iconst_1
            invokespecial jdk.nashorn.internal.codegen.Condition.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.codegen.Condition.NE:Ljdk/nashorn/internal/codegen/Condition;
         2: .line 49
            new jdk.nashorn.internal.codegen.Condition
            dup
            ldc "LE"
            iconst_2
            invokespecial jdk.nashorn.internal.codegen.Condition.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.codegen.Condition.LE:Ljdk/nashorn/internal/codegen/Condition;
         3: .line 50
            new jdk.nashorn.internal.codegen.Condition
            dup
            ldc "LT"
            iconst_3
            invokespecial jdk.nashorn.internal.codegen.Condition.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.codegen.Condition.LT:Ljdk/nashorn/internal/codegen/Condition;
         4: .line 51
            new jdk.nashorn.internal.codegen.Condition
            dup
            ldc "GE"
            iconst_4
            invokespecial jdk.nashorn.internal.codegen.Condition.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.codegen.Condition.GE:Ljdk/nashorn/internal/codegen/Condition;
         5: .line 52
            new jdk.nashorn.internal.codegen.Condition
            dup
            ldc "GT"
            iconst_5
            invokespecial jdk.nashorn.internal.codegen.Condition.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.codegen.Condition.GT:Ljdk/nashorn/internal/codegen/Condition;
         6: .line 46
            bipush 6
            anewarray jdk.nashorn.internal.codegen.Condition
            dup
            iconst_0
            getstatic jdk.nashorn.internal.codegen.Condition.EQ:Ljdk/nashorn/internal/codegen/Condition;
            aastore
            dup
            iconst_1
            getstatic jdk.nashorn.internal.codegen.Condition.NE:Ljdk/nashorn/internal/codegen/Condition;
            aastore
            dup
            iconst_2
            getstatic jdk.nashorn.internal.codegen.Condition.LE:Ljdk/nashorn/internal/codegen/Condition;
            aastore
            dup
            iconst_3
            getstatic jdk.nashorn.internal.codegen.Condition.LT:Ljdk/nashorn/internal/codegen/Condition;
            aastore
            dup
            iconst_4
            getstatic jdk.nashorn.internal.codegen.Condition.GE:Ljdk/nashorn/internal/codegen/Condition;
            aastore
            dup
            iconst_5
            getstatic jdk.nashorn.internal.codegen.Condition.GT:Ljdk/nashorn/internal/codegen/Condition;
            aastore
            putstatic jdk.nashorn.internal.codegen.Condition.ENUM$VALUES:[Ljdk/nashorn/internal/codegen/Condition;
            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 // jdk.nashorn.internal.codegen.Condition this
         0: .line 46
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // jdk.nashorn.internal.codegen.Condition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/Condition;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  static int toUnary(jdk.nashorn.internal.codegen.Condition);
    descriptor: (Ljdk/nashorn/internal/codegen/Condition;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.Condition c
         0: .line 55
            invokestatic jdk.nashorn.internal.codegen.Condition.$SWITCH_TABLE$jdk$nashorn$internal$codegen$Condition:()[I
            aload 0 /* c */
            invokevirtual jdk.nashorn.internal.codegen.Condition.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 1
                    2: 2
                    3: 3
                    4: 4
                    5: 5
                    6: 6
              default: 7
          }
         1: .line 57
      StackMap locals:
      StackMap stack:
            sipush 153
            ireturn
         2: .line 59
      StackMap locals:
      StackMap stack:
            sipush 154
            ireturn
         3: .line 61
      StackMap locals:
      StackMap stack:
            sipush 158
            ireturn
         4: .line 63
      StackMap locals:
      StackMap stack:
            sipush 155
            ireturn
         5: .line 65
      StackMap locals:
      StackMap stack:
            sipush 156
            ireturn
         6: .line 67
      StackMap locals:
      StackMap stack:
            sipush 157
            ireturn
         7: .line 69
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "toUnary:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* c */
            invokevirtual jdk.nashorn.internal.codegen.Condition.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.nashorn.internal.codegen.Condition c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     c  Ljdk/nashorn/internal/codegen/Condition;
    MethodParameters:
      Name  Flags
      c     final

  static int toBinary(jdk.nashorn.internal.codegen.Condition, boolean);
    descriptor: (Ljdk/nashorn/internal/codegen/Condition;Z)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.Condition c
        start local 1 // boolean isObject
         0: .line 74
            invokestatic jdk.nashorn.internal.codegen.Condition.$SWITCH_TABLE$jdk$nashorn$internal$codegen$Condition:()[I
            aload 0 /* c */
            invokevirtual jdk.nashorn.internal.codegen.Condition.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 1
                    2: 4
                    3: 7
                    4: 8
                    5: 9
                    6: 10
              default: 11
          }
         1: .line 76
      StackMap locals:
      StackMap stack:
            iload 1 /* isObject */
            ifeq 2
            sipush 165
            goto 3
      StackMap locals:
      StackMap stack:
         2: sipush 159
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 78
      StackMap locals:
      StackMap stack:
            iload 1 /* isObject */
            ifeq 5
            sipush 166
            goto 6
      StackMap locals:
      StackMap stack:
         5: sipush 160
      StackMap locals:
      StackMap stack: int
         6: ireturn
         7: .line 80
      StackMap locals:
      StackMap stack:
            sipush 164
            ireturn
         8: .line 82
      StackMap locals:
      StackMap stack:
            sipush 161
            ireturn
         9: .line 84
      StackMap locals:
      StackMap stack:
            sipush 162
            ireturn
        10: .line 86
      StackMap locals:
      StackMap stack:
            sipush 163
            ireturn
        11: .line 88
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "toBinary:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* c */
            invokevirtual jdk.nashorn.internal.codegen.Condition.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean isObject
        end local 0 // jdk.nashorn.internal.codegen.Condition c
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0         c  Ljdk/nashorn/internal/codegen/Condition;
            0   12     1  isObject  Z
    MethodParameters:
          Name  Flags
      c         final
      isObject  final

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

  static int[] $SWITCH_TABLE$jdk$nashorn$internal$codegen$Condition();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 46
            getstatic jdk.nashorn.internal.codegen.Condition.$SWITCH_TABLE$jdk$nashorn$internal$codegen$Condition:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic jdk.nashorn.internal.codegen.Condition.values:()[Ljdk/nashorn/internal/codegen/Condition;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic jdk.nashorn.internal.codegen.Condition.EQ:Ljdk/nashorn/internal/codegen/Condition;
            invokevirtual jdk.nashorn.internal.codegen.Condition.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic jdk.nashorn.internal.codegen.Condition.GE:Ljdk/nashorn/internal/codegen/Condition;
            invokevirtual jdk.nashorn.internal.codegen.Condition.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic jdk.nashorn.internal.codegen.Condition.GT:Ljdk/nashorn/internal/codegen/Condition;
            invokevirtual jdk.nashorn.internal.codegen.Condition.ordinal:()I
            bipush 6
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic jdk.nashorn.internal.codegen.Condition.LE:Ljdk/nashorn/internal/codegen/Condition;
            invokevirtual jdk.nashorn.internal.codegen.Condition.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic jdk.nashorn.internal.codegen.Condition.LT:Ljdk/nashorn/internal/codegen/Condition;
            invokevirtual jdk.nashorn.internal.codegen.Condition.ordinal:()I
            iconst_4
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic jdk.nashorn.internal.codegen.Condition.NE:Ljdk/nashorn/internal/codegen/Condition;
            invokevirtual jdk.nashorn.internal.codegen.Condition.ordinal:()I
            iconst_2
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            dup
            putstatic jdk.nashorn.internal.codegen.Condition.$SWITCH_TABLE$jdk$nashorn$internal$codegen$Condition:[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
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
}
Signature: Ljava/lang/Enum<Ljdk/nashorn/internal/codegen/Condition;>;
SourceFile: "Condition.java"