public abstract class com.sun.tools.javac.code.Type$UndetVar$InferenceBound extends java.lang.Enum<com.sun.tools.javac.code.Type$UndetVar$InferenceBound>
  minor version: 0
  major version: 59
  flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: com.sun.tools.javac.code.Type$UndetVar$InferenceBound
  super_class: java.lang.Enum
{
  public static final com.sun.tools.javac.code.Type$UndetVar$InferenceBound LOWER;
    descriptor: Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.code.Type$UndetVar$InferenceBound EQ;
    descriptor: Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.code.Type$UndetVar$InferenceBound UPPER;
    descriptor: Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$Type$UndetVar$InferenceBound;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static final com.sun.tools.javac.code.Type$UndetVar$InferenceBound[] ENUM$VALUES;
    descriptor: [Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
    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 1918
            new com.sun.tools.javac.code.Type$UndetVar$InferenceBound$1
            dup
            ldc "LOWER"
            iconst_0
            invokespecial com.sun.tools.javac.code.Type$UndetVar$InferenceBound$1.<init>:(Ljava/lang/String;I)V
         1: .line 1919
            putstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.LOWER:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
         2: .line 1922
            new com.sun.tools.javac.code.Type$UndetVar$InferenceBound$2
            dup
            ldc "EQ"
            iconst_1
            invokespecial com.sun.tools.javac.code.Type$UndetVar$InferenceBound$2.<init>:(Ljava/lang/String;I)V
         3: .line 1923
            putstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.EQ:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
         4: .line 1926
            new com.sun.tools.javac.code.Type$UndetVar$InferenceBound$3
            dup
            ldc "UPPER"
            iconst_2
            invokespecial com.sun.tools.javac.code.Type$UndetVar$InferenceBound$3.<init>:(Ljava/lang/String;I)V
         5: .line 1927
            putstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.UPPER:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
         6: .line 1917
            iconst_3
            anewarray com.sun.tools.javac.code.Type$UndetVar$InferenceBound
            dup
            iconst_0
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.LOWER:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.EQ:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.UPPER:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            aastore
            putstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.ENUM$VALUES:[Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            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 // com.sun.tools.javac.code.Type$UndetVar$InferenceBound this
         0: .line 1917
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.sun.tools.javac.code.Type$UndetVar$InferenceBound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public abstract com.sun.tools.javac.code.Type$UndetVar$InferenceBound complement();
    descriptor: ()Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public boolean lessThan(com.sun.tools.javac.code.Type$UndetVar$InferenceBound);
    descriptor: (Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Type$UndetVar$InferenceBound this
        start local 1 // com.sun.tools.javac.code.Type$UndetVar$InferenceBound that
         0: .line 1934
            aload 1 /* that */
            aload 0 /* this */
            if_acmpne 2
         1: .line 1935
            iconst_0
            ireturn
         2: .line 1937
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.$SWITCH_TABLE$com$sun$tools$javac$code$Type$UndetVar$InferenceBound:()[I
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.code.Type$UndetVar$InferenceBound.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 4
                    2: 5
                    3: 3
              default: 7
          }
         3: .line 1938
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 1939
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 1940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.UPPER:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            if_acmpeq 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
         7: .line 1942
      StackMap locals:
      StackMap stack:
            ldc "Cannot get here!"
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
         8: .line 1943
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Type$UndetVar$InferenceBound that
        end local 0 // com.sun.tools.javac.code.Type$UndetVar$InferenceBound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            0    9     1  that  Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
    MethodParameters:
      Name  Flags
      that  

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

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$Type$UndetVar$InferenceBound();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 1917
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.$SWITCH_TABLE$com$sun$tools$javac$code$Type$UndetVar$InferenceBound:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.values:()[Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.EQ:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            invokevirtual com.sun.tools.javac.code.Type$UndetVar$InferenceBound.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.LOWER:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            invokevirtual com.sun.tools.javac.code.Type$UndetVar$InferenceBound.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.UPPER:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            invokevirtual com.sun.tools.javac.code.Type$UndetVar$InferenceBound.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.$SWITCH_TABLE$com$sun$tools$javac$code$Type$UndetVar$InferenceBound:[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
}
Signature: Ljava/lang/Enum<Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;>;
SourceFile: "Type.java"
NestHost: com.sun.tools.javac.code.Type
InnerClasses:
  public UndetVar = com.sun.tools.javac.code.Type$UndetVar of com.sun.tools.javac.code.Type
  public abstract InferenceBound = com.sun.tools.javac.code.Type$UndetVar$InferenceBound of com.sun.tools.javac.code.Type$UndetVar
  com.sun.tools.javac.code.Type$UndetVar$InferenceBound$1
  com.sun.tools.javac.code.Type$UndetVar$InferenceBound$2
  com.sun.tools.javac.code.Type$UndetVar$InferenceBound$3