class javassist.bytecode.StackMap$NewRemover extends javassist.bytecode.StackMap$SimpleCopy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javassist.bytecode.StackMap$NewRemover
  super_class: javassist.bytecode.StackMap$SimpleCopy
{
  int posOfNew;
    descriptor: I
    flags: (0x0000) 

  void <init>(javassist.bytecode.StackMap, int);
    descriptor: (Ljavassist/bytecode/StackMap;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javassist.bytecode.StackMap$NewRemover this
        start local 1 // javassist.bytecode.StackMap map
        start local 2 // int where
         0: .line 463
            aload 0 /* this */
            aload 1 /* map */
            invokespecial javassist.bytecode.StackMap$SimpleCopy.<init>:(Ljavassist/bytecode/StackMap;)V
         1: .line 464
            aload 0 /* this */
            iload 2 /* where */
            putfield javassist.bytecode.StackMap$NewRemover.posOfNew:I
         2: .line 465
            return
        end local 2 // int where
        end local 1 // javassist.bytecode.StackMap map
        end local 0 // javassist.bytecode.StackMap$NewRemover this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavassist/bytecode/StackMap$NewRemover;
            0    3     1    map  Ljavassist/bytecode/StackMap;
            0    3     2  where  I
    MethodParameters:
       Name  Flags
      map    
      where  

  public int stack(int, int, int);
    descriptor: (III)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javassist.bytecode.StackMap$NewRemover this
        start local 1 // int pos
        start local 2 // int offset
        start local 3 // int num
         0: .line 469
            aload 0 /* this */
            iload 1 /* pos */
            iload 2 /* offset */
            iload 3 /* num */
            invokevirtual javassist.bytecode.StackMap$NewRemover.stackTypeInfoArray:(III)I
            ireturn
        end local 3 // int num
        end local 2 // int offset
        end local 1 // int pos
        end local 0 // javassist.bytecode.StackMap$NewRemover this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavassist/bytecode/StackMap$NewRemover;
            0    1     1     pos  I
            0    1     2  offset  I
            0    1     3     num  I
    MethodParameters:
        Name  Flags
      pos     
      offset  
      num     

  private int stackTypeInfoArray(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // javassist.bytecode.StackMap$NewRemover this
        start local 1 // int pos
        start local 2 // int offset
        start local 3 // int num
         0: .line 473
            iload 1 /* pos */
            istore 4 /* p */
        start local 4 // int p
         1: .line 474
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         2: .line 475
            iconst_0
            istore 6 /* k */
        start local 6 // int k
         3: goto 15
         4: .line 476
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javassist.bytecode.StackMap$NewRemover.info:[B
            iload 4 /* p */
            baload
            istore 7 /* tag */
        start local 7 // byte tag
         5: .line 477
            iload 7 /* tag */
            bipush 7
            if_icmpne 7
         6: .line 478
            iinc 4 /* p */ 3
            goto 14
         7: .line 479
      StackMap locals: int
      StackMap stack:
            iload 7 /* tag */
            bipush 8
            if_icmpne 13
         8: .line 480
            aload 0 /* this */
            getfield javassist.bytecode.StackMap$NewRemover.info:[B
            iload 4 /* p */
            iconst_1
            iadd
            invokestatic javassist.bytecode.ByteArray.readU16bit:([BI)I
            istore 8 /* offsetOfNew */
        start local 8 // int offsetOfNew
         9: .line 481
            iload 8 /* offsetOfNew */
            aload 0 /* this */
            getfield javassist.bytecode.StackMap$NewRemover.posOfNew:I
            if_icmpne 11
        10: .line 482
            iinc 5 /* count */ 1
        11: .line 484
      StackMap locals: int
      StackMap stack:
            iinc 4 /* p */ 3
        end local 8 // int offsetOfNew
        12: .line 485
            goto 14
        13: .line 487
      StackMap locals:
      StackMap stack:
            iinc 4 /* p */ 1
        end local 7 // byte tag
        14: .line 475
      StackMap locals:
      StackMap stack:
            iinc 6 /* k */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* k */
            iload 3 /* num */
            if_icmplt 4
        end local 6 // int k
        16: .line 490
            aload 0 /* this */
            getfield javassist.bytecode.StackMap$NewRemover.writer:Ljavassist/bytecode/StackMap$Writer;
            iload 3 /* num */
            iload 5 /* count */
            isub
            invokevirtual javassist.bytecode.StackMap$Writer.write16bit:(I)V
        17: .line 491
            iconst_0
            istore 6 /* k */
        start local 6 // int k
        18: goto 34
        19: .line 492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javassist.bytecode.StackMap$NewRemover.info:[B
            iload 1 /* pos */
            baload
            istore 7 /* tag */
        start local 7 // byte tag
        20: .line 493
            iload 7 /* tag */
            bipush 7
            if_icmpne 25
        21: .line 494
            aload 0 /* this */
            getfield javassist.bytecode.StackMap$NewRemover.info:[B
            iload 1 /* pos */
            iconst_1
            iadd
            invokestatic javassist.bytecode.ByteArray.readU16bit:([BI)I
            istore 8 /* clazz */
        start local 8 // int clazz
        22: .line 495
            aload 0 /* this */
            iload 1 /* pos */
            iload 8 /* clazz */
            invokevirtual javassist.bytecode.StackMap$NewRemover.objectVariable:(II)V
        23: .line 496
            iinc 1 /* pos */ 3
        end local 8 // int clazz
        24: .line 497
            goto 33
        25: .line 498
      StackMap locals: int
      StackMap stack:
            iload 7 /* tag */
            bipush 8
            if_icmpne 31
        26: .line 499
            aload 0 /* this */
            getfield javassist.bytecode.StackMap$NewRemover.info:[B
            iload 1 /* pos */
            iconst_1
            iadd
            invokestatic javassist.bytecode.ByteArray.readU16bit:([BI)I
            istore 8 /* offsetOfNew */
        start local 8 // int offsetOfNew
        27: .line 500
            iload 8 /* offsetOfNew */
            aload 0 /* this */
            getfield javassist.bytecode.StackMap$NewRemover.posOfNew:I
            if_icmpeq 29
        28: .line 501
            aload 0 /* this */
            iload 1 /* pos */
            iload 8 /* offsetOfNew */
            invokevirtual javassist.bytecode.StackMap$NewRemover.uninitialized:(II)V
        29: .line 503
      StackMap locals: int
      StackMap stack:
            iinc 1 /* pos */ 3
        end local 8 // int offsetOfNew
        30: .line 504
            goto 33
        31: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* pos */
            iload 7 /* tag */
            invokevirtual javassist.bytecode.StackMap$NewRemover.typeInfo:(IB)V
        32: .line 507
            iinc 1 /* pos */ 1
        end local 7 // byte tag
        33: .line 491
      StackMap locals:
      StackMap stack:
            iinc 6 /* k */ 1
      StackMap locals:
      StackMap stack:
        34: iload 6 /* k */
            iload 3 /* num */
            if_icmplt 19
        end local 6 // int k
        35: .line 511
            iload 1 /* pos */
            ireturn
        end local 5 // int count
        end local 4 // int p
        end local 3 // int num
        end local 2 // int offset
        end local 1 // int pos
        end local 0 // javassist.bytecode.StackMap$NewRemover this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   36     0         this  Ljavassist/bytecode/StackMap$NewRemover;
            0   36     1          pos  I
            0   36     2       offset  I
            0   36     3          num  I
            1   36     4            p  I
            2   36     5        count  I
            3   16     6            k  I
            5   14     7          tag  B
            9   12     8  offsetOfNew  I
           18   35     6            k  I
           20   33     7          tag  B
           22   24     8        clazz  I
           27   30     8  offsetOfNew  I
    MethodParameters:
        Name  Flags
      pos     
      offset  
      num     
}
SourceFile: "StackMap.java"
NestHost: javassist.bytecode.StackMap
InnerClasses:
  NewRemover = javassist.bytecode.StackMap$NewRemover of javassist.bytecode.StackMap
  SimpleCopy = javassist.bytecode.StackMap$SimpleCopy of javassist.bytecode.StackMap
  public Writer = javassist.bytecode.StackMap$Writer of javassist.bytecode.StackMap