public class com.sun.org.apache.bcel.internal.classfile.ConstantPool implements java.lang.Cloneable, com.sun.org.apache.bcel.internal.classfile.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.classfile.ConstantPool
  super_class: java.lang.Object
{
  private com.sun.org.apache.bcel.internal.classfile.Constant[] constant_pool;
    descriptor: [Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.org.apache.bcel.internal.classfile.Constant[]);
    descriptor: ([Lcom/sun/org/apache/bcel/internal/classfile/Constant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Constant[] constant_pool
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
         2: .line 50
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Constant[] constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    3     1  constant_pool  [Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    MethodParameters:
               Name  Flags
      constant_pool  final

  public void <init>(java.io.DataInput);
    descriptor: (Ljava/io/DataInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // java.io.DataInput input
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 1 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 3 /* constant_pool_count */
        start local 3 // int constant_pool_count
         2: .line 62
            aload 0 /* this */
            iload 3 /* constant_pool_count */
            anewarray com.sun.org.apache.bcel.internal.classfile.Constant
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
         3: .line 66
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         4: goto 10
         5: .line 67
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool java.io.DataInput top int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 4 /* i */
            aload 1 /* input */
            invokestatic com.sun.org.apache.bcel.internal.classfile.Constant.readConstant:(Ljava/io/DataInput;)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            aastore
         6: .line 75
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 4 /* i */
            aaload
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Constant.getTag:()B
            istore 2 /* tag */
        start local 2 // byte tag
         7: .line 76
            iload 2 /* tag */
            bipush 6
            if_icmpeq 8
            iload 2 /* tag */
            iconst_5
            if_icmpne 9
         8: .line 77
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool java.io.DataInput int int int
      StackMap stack:
            iinc 4 /* i */ 1
         9: .line 66
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
        end local 2 // byte tag
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool java.io.DataInput top int int
      StackMap stack:
        10: iload 4 /* i */
            iload 3 /* constant_pool_count */
            if_icmplt 5
        end local 4 // int i
        11: .line 80
            return
        end local 3 // int constant_pool_count
        end local 1 // java.io.DataInput input
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0   12     1                input  Ljava/io/DataInput;
            7   10     2                  tag  B
            2   12     3  constant_pool_count  I
            4   11     4                    i  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
       Name  Flags
      input  final

  public void accept(com.sun.org.apache.bcel.internal.classfile.Visitor);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 91
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitConstantPool:(Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 92
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    2     1     v  Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public java.lang.String constantToString(com.sun.org.apache.bcel.internal.classfile.Constant);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Constant;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Constant c
         0: .line 103
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Constant.getTag:()B
            istore 4 /* tag */
        start local 4 // byte tag
         1: .line 104
            iload 4 /* tag */
            tableswitch { // 1 - 20
                    1: 10
                    2: 59
                    3: 18
                    4: 14
                    5: 16
                    6: 12
                    7: 2
                    8: 6
                    9: 28
                   10: 28
                   11: 28
                   12: 20
                   13: 59
                   14: 59
                   15: 34
                   16: 41
                   17: 59
                   18: 44
                   19: 51
                   20: 55
              default: 59
          }
         2: .line 106
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool com.sun.org.apache.bcel.internal.classfile.Constant top top int
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantClass
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantClass.getNameIndex:()I
            istore 3 /* i */
        start local 3 // int i
         3: .line 107
            aload 0 /* this */
            iload 3 /* i */
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 1 /* c */
         4: .line 108
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            iconst_0
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.compactClassName:(Ljava/lang/String;Z)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
         5: .line 109
            goto 60
        end local 3 // int i
        end local 2 // java.lang.String str
         6: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantString
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantString.getStringIndex:()I
            istore 3 /* i */
        start local 3 // int i
         7: .line 112
            aload 0 /* this */
            iload 3 /* i */
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 1 /* c */
         8: .line 113
            new java.lang.StringBuilder
            dup
            ldc "\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            invokestatic com.sun.org.apache.bcel.internal.classfile.ConstantPool.escape:(Ljava/lang/String;)Ljava/lang/String;
            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;
            astore 2 /* str */
        start local 2 // java.lang.String str
         9: .line 114
            goto 60
        end local 3 // int i
        end local 2 // java.lang.String str
        10: .line 116
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        11: .line 117
            goto 60
        end local 2 // java.lang.String str
        12: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantDouble
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantDouble.getBytes:()D
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        13: .line 120
            goto 60
        end local 2 // java.lang.String str
        14: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantFloat
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantFloat.getBytes:()F
            invokestatic java.lang.String.valueOf:(F)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        15: .line 123
            goto 60
        end local 2 // java.lang.String str
        16: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantLong
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantLong.getBytes:()J
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        17: .line 126
            goto 60
        end local 2 // java.lang.String str
        18: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantInteger
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantInteger.getBytes:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        19: .line 129
            goto 60
        end local 2 // java.lang.String str
        20: .line 131
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantNameAndType
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantNameAndType.getNameIndex:()I
        21: .line 132
            iconst_1
        22: .line 131
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        23: .line 133
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantNameAndType
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantNameAndType.getSignatureIndex:()I
        24: .line 134
            iconst_1
        25: .line 133
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        26: .line 131
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        27: .line 135
            goto 60
        end local 2 // java.lang.String str
        28: .line 139
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantCP
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantCP.getClassIndex:()I
            bipush 7
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        29: .line 140
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantCP
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantCP.getNameAndTypeIndex:()I
        30: .line 141
            bipush 12
        31: .line 140
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        32: .line 139
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        33: .line 142
            goto 60
        end local 2 // java.lang.String str
        34: .line 146
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle
            astore 5 /* cmh */
        start local 5 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle cmh
        35: .line 147
            new java.lang.StringBuilder
            dup
            aload 5 /* cmh */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.getReferenceKind:()I
            invokestatic com.sun.org.apache.bcel.internal.Const.getMethodHandleName:(I)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        36: .line 148
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            aload 5 /* cmh */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.getReferenceIndex:()I
        37: .line 149
            aload 0 /* this */
            aload 5 /* cmh */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.getReferenceIndex:()I
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(I)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Constant.getTag:()B
        38: .line 148
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        39: .line 147
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        40: .line 150
            goto 60
        end local 5 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle cmh
        end local 2 // java.lang.String str
        41: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantMethodType
            astore 6 /* cmt */
        start local 6 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodType cmt
        42: .line 153
            aload 0 /* this */
            aload 6 /* cmt */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantMethodType.getDescriptorIndex:()I
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        43: .line 154
            goto 60
        end local 6 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodType cmt
        end local 2 // java.lang.String str
        44: .line 156
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantInvokeDynamic
            astore 7 /* cid */
        start local 7 // com.sun.org.apache.bcel.internal.classfile.ConstantInvokeDynamic cid
        45: .line 157
            new java.lang.StringBuilder
            dup
            aload 7 /* cid */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantInvokeDynamic.getBootstrapMethodAttrIndex:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        46: .line 158
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            aload 7 /* cid */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantInvokeDynamic.getNameAndTypeIndex:()I
        47: .line 159
            bipush 12
        48: .line 158
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        49: .line 157
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        50: .line 160
            goto 60
        end local 7 // com.sun.org.apache.bcel.internal.classfile.ConstantInvokeDynamic cid
        end local 2 // java.lang.String str
        51: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantModule
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantModule.getNameIndex:()I
            istore 3 /* i */
        start local 3 // int i
        52: .line 163
            aload 0 /* this */
            iload 3 /* i */
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 1 /* c */
        53: .line 164
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            iconst_0
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.compactClassName:(Ljava/lang/String;Z)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        54: .line 165
            goto 60
        end local 3 // int i
        end local 2 // java.lang.String str
        55: .line 167
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantPackage
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPackage.getNameIndex:()I
            istore 3 /* i */
        start local 3 // int i
        56: .line 168
            aload 0 /* this */
            iload 3 /* i */
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 1 /* c */
        57: .line 169
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            iconst_0
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.compactClassName:(Ljava/lang/String;Z)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        58: .line 170
            goto 60
        end local 3 // int i
        end local 2 // java.lang.String str
        59: .line 172
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown constant type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // java.lang.String str
        60: .line 174
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool com.sun.org.apache.bcel.internal.classfile.Constant java.lang.String top int
      StackMap stack:
            aload 2 /* str */
            areturn
        end local 4 // byte tag
        end local 2 // java.lang.String str
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Constant c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   61     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0   61     1     c  Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            5    6     2   str  Ljava/lang/String;
            9   10     2   str  Ljava/lang/String;
           11   12     2   str  Ljava/lang/String;
           13   14     2   str  Ljava/lang/String;
           15   16     2   str  Ljava/lang/String;
           17   18     2   str  Ljava/lang/String;
           19   20     2   str  Ljava/lang/String;
           27   28     2   str  Ljava/lang/String;
           33   34     2   str  Ljava/lang/String;
           40   41     2   str  Ljava/lang/String;
           43   44     2   str  Ljava/lang/String;
           50   51     2   str  Ljava/lang/String;
           54   55     2   str  Ljava/lang/String;
           58   59     2   str  Ljava/lang/String;
           60   61     2   str  Ljava/lang/String;
            3    6     3     i  I
            7   10     3     i  I
           52   55     3     i  I
           56   59     3     i  I
            1   61     4   tag  B
           35   41     5   cmh  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
           42   44     6   cmt  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodType;
           45   51     7   cid  Lcom/sun/org/apache/bcel/internal/classfile/ConstantInvokeDynamic;
    Exceptions:
      throws com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
      Name  Flags
      c     

  private static java.lang.String escape(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.lang.String str
         0: .line 178
            aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 179
            new java.lang.StringBuilder
            dup
            iload 1 /* len */
            iconst_5
            iadd
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuilder buf
         2: .line 180
            aload 0 /* str */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 3 /* ch */
        start local 3 // char[] ch
         3: .line 181
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 18
         5: .line 182
      StackMap locals: java.lang.String int java.lang.StringBuilder char[] int
      StackMap stack:
            aload 3 /* ch */
            iload 4 /* i */
            caload
            lookupswitch { // 5
                    8: 12
                    9: 10
                   10: 6
                   13: 8
                   34: 14
              default: 16
          }
         6: .line 184
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 185
            goto 17
         8: .line 187
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\r"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 188
            goto 17
        10: .line 190
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\t"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 191
            goto 17
        12: .line 193
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\b"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        13: .line 194
            goto 17
        14: .line 196
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        15: .line 197
            goto 17
        16: .line 199
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            aload 3 /* ch */
            iload 4 /* i */
            caload
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        17: .line 181
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            iload 1 /* len */
            if_icmplt 5
        end local 4 // int i
        19: .line 202
            aload 2 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // char[] ch
        end local 2 // java.lang.StringBuilder buf
        end local 1 // int len
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0   str  Ljava/lang/String;
            1   20     1   len  I
            2   20     2   buf  Ljava/lang/StringBuilder;
            3   20     3    ch  [C
            4   19     4     i  I
    MethodParameters:
      Name  Flags
      str   final

  public java.lang.String constantToString(int, byte);
    descriptor: (IB)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // int index
        start local 2 // byte tag
         0: .line 214
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* tag */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 3 /* c */
        start local 3 // com.sun.org.apache.bcel.internal.classfile.Constant c
         1: .line 215
            aload 0 /* this */
            aload 3 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(Lcom/sun/org/apache/bcel/internal/classfile/Constant;)Ljava/lang/String;
            areturn
        end local 3 // com.sun.org.apache.bcel.internal.classfile.Constant c
        end local 2 // byte tag
        end local 1 // int index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    2     1  index  I
            0    2     2    tag  B
            1    2     3      c  Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    Exceptions:
      throws com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
       Name  Flags
      index  final
      tag    final

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // java.io.DataOutputStream file
         0: .line 225
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            arraylength
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         1: .line 226
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 227
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 2 /* i */
            aaload
            ifnull 5
         4: .line 228
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 2 /* i */
            aaload
            aload 1 /* file */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Constant.dump:(Ljava/io/DataOutputStream;)V
         5: .line 226
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            arraylength
            if_icmplt 3
        end local 2 // int i
         7: .line 231
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    8     1  file  Ljava/io/DataOutputStream;
            2    7     2     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public com.sun.org.apache.bcel.internal.classfile.Constant getConstant(int);
    descriptor: (I)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // int index
         0: .line 241
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            arraylength
            if_icmpge 1
            iload 1 /* index */
            ifge 4
         1: .line 242
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.bcel.internal.classfile.ClassFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid constant pool reference: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 243
            ldc ". Constant pool size is: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 242
            invokespecial com.sun.org.apache.bcel.internal.classfile.ClassFormatException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  final

  public com.sun.org.apache.bcel.internal.classfile.Constant getConstant(int, byte);
    descriptor: (IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // int index
        start local 2 // byte tag
         0: .line 260
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(I)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 3 /* c */
        start local 3 // com.sun.org.apache.bcel.internal.classfile.Constant c
         1: .line 261
            aload 3 /* c */
            ifnonnull 3
         2: .line 262
            new com.sun.org.apache.bcel.internal.classfile.ClassFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Constant pool at index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " is null."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.org.apache.bcel.internal.classfile.ClassFormatException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 264
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Constant
      StackMap stack:
            aload 3 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Constant.getTag:()B
            iload 2 /* tag */
            if_icmpeq 7
         4: .line 265
            new com.sun.org.apache.bcel.internal.classfile.ClassFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Expected class `"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* tag */
            invokestatic com.sun.org.apache.bcel.internal.Const.getConstantName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 266
            ldc "' at index "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " and got "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* c */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 265
            invokespecial com.sun.org.apache.bcel.internal.classfile.ClassFormatException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 268
      StackMap locals:
      StackMap stack:
            aload 3 /* c */
            areturn
        end local 3 // com.sun.org.apache.bcel.internal.classfile.Constant c
        end local 2 // byte tag
        end local 1 // int index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    8     1  index  I
            0    8     2    tag  B
            1    8     3      c  Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    Exceptions:
      throws com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
       Name  Flags
      index  final
      tag    final

  public com.sun.org.apache.bcel.internal.classfile.Constant[] getConstantPool();
    descriptor: ()[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
         0: .line 276
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;

  public java.lang.String getConstantString(int, byte);
    descriptor: (IB)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // int index
        start local 2 // byte tag
         0: .line 295
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* tag */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 3 /* c */
        start local 3 // com.sun.org.apache.bcel.internal.classfile.Constant c
         1: .line 303
            iload 2 /* tag */
            lookupswitch { // 4
                    7: 2
                    8: 4
                   19: 6
                   20: 8
              default: 10
          }
         2: .line 305
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Constant
      StackMap stack:
            aload 3 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantClass
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantClass.getNameIndex:()I
            istore 4 /* i */
        start local 4 // int i
         3: .line 306
            goto 11
        end local 4 // int i
         4: .line 308
      StackMap locals:
      StackMap stack:
            aload 3 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantString
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantString.getStringIndex:()I
            istore 4 /* i */
        start local 4 // int i
         5: .line 309
            goto 11
        end local 4 // int i
         6: .line 311
      StackMap locals:
      StackMap stack:
            aload 3 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantModule
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantModule.getNameIndex:()I
            istore 4 /* i */
        start local 4 // int i
         7: .line 312
            goto 11
        end local 4 // int i
         8: .line 314
      StackMap locals:
      StackMap stack:
            aload 3 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantPackage
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPackage.getNameIndex:()I
            istore 4 /* i */
        start local 4 // int i
         9: .line 315
            goto 11
        end local 4 // int i
        10: .line 317
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "getConstantString called with illegal tag "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // int i
        11: .line 320
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 3 /* c */
        12: .line 321
            aload 3 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 4 // int i
        end local 3 // com.sun.org.apache.bcel.internal.classfile.Constant c
        end local 2 // byte tag
        end local 1 // int index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0   13     1  index  I
            0   13     2    tag  B
            1   13     3      c  Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            3    4     4      i  I
            5    6     4      i  I
            7    8     4      i  I
            9   10     4      i  I
           11   13     4      i  I
    Exceptions:
      throws com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
       Name  Flags
      index  final
      tag    final

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
         0: .line 329
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;

  public void setConstant(int, com.sun.org.apache.bcel.internal.classfile.Constant);
    descriptor: (ILcom/sun/org/apache/bcel/internal/classfile/Constant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // int index
        start local 2 // com.sun.org.apache.bcel.internal.classfile.Constant constant
         0: .line 337
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 1 /* index */
            aload 2 /* constant */
            aastore
         1: .line 338
            return
        end local 2 // com.sun.org.apache.bcel.internal.classfile.Constant constant
        end local 1 // int index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    2     1     index  I
            0    2     2  constant  Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    MethodParameters:
          Name  Flags
      index     final
      constant  final

  public void setConstantPool(com.sun.org.apache.bcel.internal.classfile.Constant[]);
    descriptor: ([Lcom/sun/org/apache/bcel/internal/classfile/Constant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Constant[] constant_pool
         0: .line 345
            aload 0 /* this */
            aload 1 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
         1: .line 346
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Constant[] constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    2     1  constant_pool  [Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    MethodParameters:
               Name  Flags
      constant_pool  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
         0: .line 354
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 355
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 356
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 2 /* i */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 355
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 358
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buf
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            1    7     1   buf  Ljava/lang/StringBuilder;
            2    6     2     i  I

  public com.sun.org.apache.bcel.internal.classfile.ConstantPool copy();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
         0: .line 366
            aconst_null
            astore 1 /* c */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool c
         1: .line 368
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantPool
            astore 1 /* c */
         2: .line 369
            aload 1 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            arraylength
            anewarray com.sun.org.apache.bcel.internal.classfile.Constant
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
         3: .line 370
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         4: goto 8
         5: .line 371
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 2 /* i */
            aaload
            ifnull 7
         6: .line 372
            aload 1 /* c */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 2 /* i */
            aaload
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Constant.copy:()Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            aastore
         7: .line 370
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            arraylength
            if_icmplt 5
        end local 2 // int i
         9: .line 375
            goto 11
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool com.sun.org.apache.bcel.internal.classfile.ConstantPool
      StackMap stack: java.lang.CloneNotSupportedException
        10: pop
        11: .line 378
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            1   12     1     c  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            4    9     2     i  I
      Exception table:
        from    to  target  type
           1     9      10  Class java.lang.CloneNotSupportedException
}
SourceFile: "ConstantPool.java"