abstract class com.sun.tools.javac.jvm.Items$Item
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.javac.jvm.Items$Item
  super_class: java.lang.Object
{
  int typecode;
    descriptor: I
    flags: (0x0000) 

  final com.sun.tools.javac.jvm.Items this$0;
    descriptor: Lcom/sun/tools/javac/jvm/Items;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.jvm.Items, int);
    descriptor: (Lcom/sun/tools/javac/jvm/Items;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
        start local 2 // int typecode
         0: .line 201
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.jvm.Items$Item.this$0:Lcom/sun/tools/javac/jvm/Items;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 202
            aload 0 /* this */
            iload 2 /* typecode */
            putfield com.sun.tools.javac.jvm.Items$Item.typecode:I
         2: .line 203
            return
        end local 2 // int typecode
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/tools/javac/jvm/Items$Item;
            0    3     2  typecode  I
    MethodParameters:
          Name  Flags
      this$0    final
      typecode  

  com.sun.tools.javac.jvm.Items$Item load();
    descriptor: ()Lcom/sun/tools/javac/jvm/Items$Item;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
         0: .line 208
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Items$Item;

  void store();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
         0: .line 214
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "store unsupported: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Items$Item;

  com.sun.tools.javac.jvm.Items$Item invoke();
    descriptor: ()Lcom/sun/tools/javac/jvm/Items$Item;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
         0: .line 220
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Items$Item;

  void duplicate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
         0: .line 225
            return
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Items$Item;

  void drop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
         0: .line 229
            return
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Items$Item;

  void stash(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
        start local 1 // int toscode
         0: .line 235
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$Item.this$0:Lcom/sun/tools/javac/jvm/Items;
            getfield com.sun.tools.javac.jvm.Items.stackItem:[Lcom/sun/tools/javac/jvm/Items$Item;
            iload 1 /* toscode */
            aaload
            invokevirtual com.sun.tools.javac.jvm.Items$Item.duplicate:()V
         1: .line 236
            return
        end local 1 // int toscode
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/tools/javac/jvm/Items$Item;
            0    2     1  toscode  I
    MethodParameters:
         Name  Flags
      toscode  

  com.sun.tools.javac.jvm.Items$CondItem mkCond();
    descriptor: ()Lcom/sun/tools/javac/jvm/Items$CondItem;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
         0: .line 241
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.Items$Item.load:()Lcom/sun/tools/javac/jvm/Items$Item;
            pop
         1: .line 242
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$Item.this$0:Lcom/sun/tools/javac/jvm/Items;
            sipush 154
            invokevirtual com.sun.tools.javac.jvm.Items.makeCondItem:(I)Lcom/sun/tools/javac/jvm/Items$CondItem;
            areturn
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/jvm/Items$Item;

  com.sun.tools.javac.jvm.Items$Item coerce(int);
    descriptor: (I)Lcom/sun/tools/javac/jvm/Items$Item;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
        start local 1 // int targetcode
         0: .line 249
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$Item.typecode:I
            iload 1 /* targetcode */
            if_icmpne 2
         1: .line 250
            aload 0 /* this */
            areturn
         2: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.Items$Item.load:()Lcom/sun/tools/javac/jvm/Items$Item;
            pop
         3: .line 253
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$Item.typecode:I
            invokestatic com.sun.tools.javac.jvm.Code.truncate:(I)I
            istore 2 /* typecode1 */
        start local 2 // int typecode1
         4: .line 254
            iload 1 /* targetcode */
            invokestatic com.sun.tools.javac.jvm.Code.truncate:(I)I
            istore 3 /* targetcode1 */
        start local 3 // int targetcode1
         5: .line 255
            iload 2 /* typecode1 */
            iload 3 /* targetcode1 */
            if_icmpeq 10
         6: .line 256
            iload 3 /* targetcode1 */
            iload 2 /* typecode1 */
            if_icmple 7
            iload 3 /* targetcode1 */
            iconst_1
            isub
            goto 8
         7: .line 257
      StackMap locals: int int
      StackMap stack:
            iload 3 /* targetcode1 */
         8: .line 256
      StackMap locals:
      StackMap stack: int
            istore 4 /* offset */
        start local 4 // int offset
         9: .line 258
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$Item.this$0:Lcom/sun/tools/javac/jvm/Items;
            getfield com.sun.tools.javac.jvm.Items.code:Lcom/sun/tools/javac/jvm/Code;
            sipush 133
            iload 2 /* typecode1 */
            iconst_3
            imul
            iadd
            iload 4 /* offset */
            iadd
            invokevirtual com.sun.tools.javac.jvm.Code.emitop0:(I)V
        end local 4 // int offset
        10: .line 260
      StackMap locals:
      StackMap stack:
            iload 1 /* targetcode */
            iload 3 /* targetcode1 */
            if_icmpeq 12
        11: .line 261
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$Item.this$0:Lcom/sun/tools/javac/jvm/Items;
            getfield com.sun.tools.javac.jvm.Items.code:Lcom/sun/tools/javac/jvm/Code;
            sipush 145
            iload 1 /* targetcode */
            iadd
            iconst_5
            isub
            invokevirtual com.sun.tools.javac.jvm.Code.emitop0:(I)V
        12: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$Item.this$0:Lcom/sun/tools/javac/jvm/Items;
            getfield com.sun.tools.javac.jvm.Items.stackItem:[Lcom/sun/tools/javac/jvm/Items$Item;
            iload 1 /* targetcode */
            aaload
            areturn
        end local 3 // int targetcode1
        end local 2 // int typecode1
        end local 1 // int targetcode
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lcom/sun/tools/javac/jvm/Items$Item;
            0   13     1   targetcode  I
            4   13     2    typecode1  I
            5   13     3  targetcode1  I
            9   10     4       offset  I
    MethodParameters:
            Name  Flags
      targetcode  

  com.sun.tools.javac.jvm.Items$Item coerce(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/jvm/Items$Item;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
        start local 1 // com.sun.tools.javac.code.Type targettype
         0: .line 271
            aload 0 /* this */
            aload 1 /* targettype */
            invokestatic com.sun.tools.javac.jvm.Code.typecode:(Lcom/sun/tools/javac/code/Type;)I
            invokevirtual com.sun.tools.javac.jvm.Items$Item.coerce:(I)Lcom/sun/tools/javac/jvm/Items$Item;
            areturn
        end local 1 // com.sun.tools.javac.code.Type targettype
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/javac/jvm/Items$Item;
            0    1     1  targettype  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
            Name  Flags
      targettype  

  int width();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$Item this
         0: .line 277
            iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.jvm.Items$Item this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Items$Item;

  public abstract java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Items.java"
NestHost: com.sun.tools.javac.jvm.Items
InnerClasses:
  CondItem = com.sun.tools.javac.jvm.Items$CondItem of com.sun.tools.javac.jvm.Items
  abstract Item = com.sun.tools.javac.jvm.Items$Item of com.sun.tools.javac.jvm.Items