class com.sun.tools.javac.jvm.Items$StackItem extends com.sun.tools.javac.jvm.Items$Item
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.jvm.Items$StackItem
  super_class: com.sun.tools.javac.jvm.Items$Item
{
  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=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.jvm.Items$StackItem this
        start local 2 // int typecode
         0: .line 287
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.jvm.Items$StackItem.this$0:Lcom/sun/tools/javac/jvm/Items;
         1: .line 288
            aload 0 /* this */
            aload 1
            iload 2 /* typecode */
            invokespecial com.sun.tools.javac.jvm.Items$Item.<init>:(Lcom/sun/tools/javac/jvm/Items;I)V
         2: .line 289
            return
        end local 2 // int typecode
        end local 0 // com.sun.tools.javac.jvm.Items$StackItem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/tools/javac/jvm/Items$StackItem;
            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=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$StackItem this
         0: .line 292
            aload 0 /* this */
            areturn
        end local 0 // com.sun.tools.javac.jvm.Items$StackItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Items$StackItem;

  void duplicate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$StackItem this
         0: .line 296
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$StackItem.this$0:Lcom/sun/tools/javac/jvm/Items;
            getfield com.sun.tools.javac.jvm.Items.code:Lcom/sun/tools/javac/jvm/Code;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.Items$StackItem.width:()I
            iconst_2
            if_icmpne 1
            bipush 92
            goto 2
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.Code
         1: bipush 89
      StackMap locals: com.sun.tools.javac.jvm.Items$StackItem
      StackMap stack: com.sun.tools.javac.jvm.Code int
         2: invokevirtual com.sun.tools.javac.jvm.Code.emitop0:(I)V
         3: .line 297
            return
        end local 0 // com.sun.tools.javac.jvm.Items$StackItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/jvm/Items$StackItem;

  void drop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$StackItem this
         0: .line 300
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$StackItem.this$0:Lcom/sun/tools/javac/jvm/Items;
            getfield com.sun.tools.javac.jvm.Items.code:Lcom/sun/tools/javac/jvm/Code;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.Items$StackItem.width:()I
            iconst_2
            if_icmpne 1
            bipush 88
            goto 2
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.Code
         1: bipush 87
      StackMap locals: com.sun.tools.javac.jvm.Items$StackItem
      StackMap stack: com.sun.tools.javac.jvm.Code int
         2: invokevirtual com.sun.tools.javac.jvm.Code.emitop0:(I)V
         3: .line 301
            return
        end local 0 // com.sun.tools.javac.jvm.Items$StackItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/jvm/Items$StackItem;

  void stash(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.Items$StackItem this
        start local 1 // int toscode
         0: .line 304
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$StackItem.this$0:Lcom/sun/tools/javac/jvm/Items;
            getfield com.sun.tools.javac.jvm.Items.code:Lcom/sun/tools/javac/jvm/Code;
         1: .line 305
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.Items$StackItem.width:()I
            iconst_2
            if_icmpne 2
            bipush 91
            goto 3
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.Code
         2: bipush 90
      StackMap locals: com.sun.tools.javac.jvm.Items$StackItem int
      StackMap stack: com.sun.tools.javac.jvm.Code int
         3: iconst_3
            iload 1 /* toscode */
            invokestatic com.sun.tools.javac.jvm.Code.width:(I)I
            iconst_1
            isub
            imul
            iadd
         4: .line 304
            invokevirtual com.sun.tools.javac.jvm.Code.emitop0:(I)V
         5: .line 306
            return
        end local 1 // int toscode
        end local 0 // com.sun.tools.javac.jvm.Items$StackItem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/tools/javac/jvm/Items$StackItem;
            0    6     1  toscode  I
    MethodParameters:
         Name  Flags
      toscode  

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.Items$StackItem this
         0: .line 313
            new java.lang.StringBuilder
            dup
            ldc "stack("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic com.sun.tools.javac.jvm.ByteCodes.typecodeNames:[Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Items$StackItem.typecode:I
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.jvm.Items$StackItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Items$StackItem;
}
SourceFile: "Items.java"
NestHost: com.sun.tools.javac.jvm.Items
InnerClasses:
  abstract Item = com.sun.tools.javac.jvm.Items$Item of com.sun.tools.javac.jvm.Items
  StackItem = com.sun.tools.javac.jvm.Items$StackItem of com.sun.tools.javac.jvm.Items