public class com.sun.org.apache.bcel.internal.classfile.ConstantPool implements java.lang.Cloneable, com.sun.org.apache.bcel.internal.classfile.Node, java.io.Serializable
  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 int constant_pool_count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  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 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* constant_pool */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.setConstantPool:([Lcom/sun/org/apache/bcel/internal/classfile/Constant;)V
         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  

  void <init>(java.io.DataInputStream);
    descriptor: (Ljava/io/DataInputStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantPool this
        start local 1 // java.io.DataInputStream file
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool_count:I
         2: .line 64
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool_count:I
            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 69
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         4: goto 10
         5: .line 70
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool java.io.DataInputStream top 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 3 /* i */
            aload 1 /* file */
            invokestatic com.sun.org.apache.bcel.internal.classfile.Constant.readConstant:(Ljava/io/DataInputStream;)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            aastore
         6: .line 79
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool:[Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Constant.getTag:()B
            istore 2 /* tag */
        start local 2 // byte tag
         7: .line 80
            iload 2 /* tag */
            bipush 6
            if_icmpeq 8
            iload 2 /* tag */
            iconst_5
            if_icmpne 9
         8: .line 81
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool java.io.DataInputStream int int
      StackMap stack:
            iinc 3 /* i */ 1
         9: .line 69
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // byte tag
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool java.io.DataInputStream top int
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool_count:I
            if_icmplt 5
        end local 3 // int i
        11: .line 83
            return
        end local 1 // java.io.DataInputStream file
        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  file  Ljava/io/DataInputStream;
            7   10     2   tag  B
            4   11     3     i  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
      Name  Flags
      file  

  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 93
            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 94
            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     

  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=5, 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 107
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Constant.getTag:()B
            istore 4 /* tag */
        start local 4 // byte tag
         1: .line 109
            iload 4 /* tag */
            tableswitch { // 1 - 12
                    1: 10
                    2: 38
                    3: 18
                    4: 14
                    5: 16
                    6: 12
                    7: 2
                    8: 6
                    9: 29
                   10: 29
                   11: 29
                   12: 20
              default: 38
          }
         2: .line 111
      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 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 */
         4: .line 113
            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 114
            goto 39
        end local 3 // int i
        end local 2 // java.lang.String str
         6: .line 117
      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 118
            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 119
            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 120
            goto 39
        end local 3 // int i
        end local 2 // java.lang.String str
        10: .line 122
      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: goto 39
        end local 2 // java.lang.String str
        12: .line 123
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantDouble
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantDouble.getBytes:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        13: goto 39
        end local 2 // java.lang.String str
        14: .line 124
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantFloat
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantFloat.getBytes:()F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        15: goto 39
        end local 2 // java.lang.String str
        16: .line 125
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantLong
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantLong.getBytes:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        17: goto 39
        end local 2 // java.lang.String str
        18: .line 126
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* c */
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantInteger
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantInteger.getBytes:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        19: goto 39
        end local 2 // java.lang.String str
        20: .line 129
      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 130
            iconst_1
        22: .line 129
            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 130
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        24: .line 131
            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
        25: .line 132
            iconst_1
        26: .line 131
            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;
        27: .line 129
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        28: .line 133
            goto 39
        end local 2 // java.lang.String str
        29: .line 137
      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
        30: .line 138
            bipush 7
        31: .line 137
            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
        32: .line 138
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        33: .line 139
            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
        34: .line 140
            bipush 12
        35: .line 139
            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;
        36: .line 137
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        37: .line 141
            goto 39
        end local 2 // java.lang.String str
        38: .line 144
      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
        39: .line 147
      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   40     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0   40     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;
           28   29     2   str  Ljava/lang/String;
           37   38     2   str  Ljava/lang/String;
           39   40     2   str  Ljava/lang/String;
            3    6     3     i  I
            7   10     3     i  I
            1   40     4   tag  B
    Exceptions:
      throws com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
      Name  Flags
      c     

  private static final java.lang.String escape(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.lang.String str
         0: .line 151
            aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 152
            new java.lang.StringBuffer
            dup
            iload 1 /* len */
            iconst_5
            iadd
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuffer buf
         2: .line 153
            aload 0 /* str */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 3 /* ch */
        start local 3 // char[] ch
         3: .line 155
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 13
         5: .line 156
      StackMap locals: java.lang.String int java.lang.StringBuffer char[] int
      StackMap stack:
            aload 3 /* ch */
            iload 4 /* i */
            caload
            lookupswitch { // 5
                    8: 9
                    9: 8
                   10: 6
                   13: 7
                   34: 10
              default: 11
          }
         6: .line 157
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 12
         7: .line 158
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\r"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 12
         8: .line 159
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\t"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 12
         9: .line 160
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\b"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 12
        10: .line 161
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "\\\""
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 12
        11: .line 162
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            aload 3 /* ch */
            iload 4 /* i */
            caload
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        12: .line 155
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            iload 1 /* len */
            if_icmplt 5
        end local 4 // int i
        14: .line 166
            aload 2 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 3 // char[] ch
        end local 2 // java.lang.StringBuffer buf
        end local 1 // int len
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0   str  Ljava/lang/String;
            1   15     1   len  I
            2   15     2   buf  Ljava/lang/StringBuffer;
            3   15     3    ch  [C
            4   14     4     i  I
    MethodParameters:
      Name  Flags
      str   

  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 181
            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 182
            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  
      tag    

  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 193
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool_count:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         1: .line 195
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 196
      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 197
            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 195
      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_count:I
            if_icmplt 3
        end local 2 // int i
         7: .line 198
            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  

  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 208
            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 5
         1: .line 209
      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
         2: .line 210
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ". Constant pool size is: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 211
            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;
         4: .line 209
            invokespecial com.sun.org.apache.bcel.internal.classfile.ClassFormatException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 212
      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    6     0   this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    6     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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 230
            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 232
            aload 3 /* c */
            ifnonnull 3
         2: .line 233
            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 235
      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_icmpne 5
         4: .line 236
            aload 3 /* c */
            areturn
         5: .line 238
      StackMap locals:
      StackMap stack:
            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
            getstatic com.sun.org.apache.bcel.internal.Constants.CONSTANT_NAMES:[Ljava/lang/String;
            iload 2 /* tag */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 239
            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;
         7: .line 238
            invokespecial com.sun.org.apache.bcel.internal.classfile.ClassFormatException.<init>:(Ljava/lang/String;)V
            athrow
        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  
      tag    

  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 246
            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 266
            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 275
            iload 2 /* tag */
            tableswitch { // 7 - 8
                    7: 2
                    8: 4
              default: 6
          }
         2: .line 276
      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: goto 7
        end local 4 // int i
         4: .line 277
      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: goto 7
        end local 4 // int i
         6: .line 279
      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
         7: .line 283
      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 */
         8: .line 284
            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    9     0   this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    9     1  index  I
            0    9     2    tag  B
            1    9     3      c  Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            3    4     4      i  I
            5    6     4      i  I
            7    9     4      i  I
    Exceptions:
      throws com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
       Name  Flags
      index  
      tag    

  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 291
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool_count:I
            ireturn
        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 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 298
            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 299
            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     
      constant  

  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 305
            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 306
            aload 0 /* this */
            aload 1 /* constant_pool */
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.ConstantPool
         2: aload 1 /* constant_pool */
            arraylength
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool com.sun.org.apache.bcel.internal.classfile.Constant[]
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.ConstantPool int
         3: putfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool_count:I
         4: .line 307
            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    5     0           this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            0    5     1  constant_pool  [Lcom/sun/org/apache/bcel/internal/classfile/Constant;
    MethodParameters:
               Name  Flags
      constant_pool  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    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 312
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 314
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 315
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 1 /* buf */
            new java.lang.StringBuilder
            dup
            iload 2 /* i */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 314
            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_count:I
            if_icmplt 3
        end local 2 // int i
         6: .line 317
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer 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/StringBuffer;
            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 324
            aconst_null
            astore 1 /* c */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool c
         1: .line 327
            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 328
            goto 4
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ConstantPool com.sun.org.apache.bcel.internal.classfile.ConstantPool
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 330
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool_count:I
            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;
         5: .line 332
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 333
      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 9
         8: .line 334
            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
         9: .line 332
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantPool.constant_pool_count:I
            if_icmplt 7
        end local 2 // int i
        11: .line 337
            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;
            6   11     2     i  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException
}
SourceFile: "ConstantPool.java"