public final class com.sun.org.apache.bcel.internal.classfile.Code extends com.sun.org.apache.bcel.internal.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.classfile.Code
  super_class: com.sun.org.apache.bcel.internal.classfile.Attribute
{
  private int max_stack;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int max_locals;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int code_length;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] code;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int exception_table_length;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.bcel.internal.classfile.CodeException[] exception_table;
    descriptor: [Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
    flags: (0x0002) ACC_PRIVATE

  private int attributes_count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes;
    descriptor: [Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.org.apache.bcel.internal.classfile.Code);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Code;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Code c
         0: .line 62
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getNameIndex:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getLength:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getMaxStack:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getMaxLocals:()I
         1: .line 63
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getCode:()[B
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getExceptionTable:()[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getAttributes:()[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
         2: .line 64
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            invokespecial com.sun.org.apache.bcel.internal.classfile.Code.<init>:(IIII[B[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         3: .line 65
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Code c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0    4     1     c  Lcom/sun/org/apache/bcel/internal/classfile/Code;
    MethodParameters:
      Name  Flags
      c     

  void <init>(int, int, java.io.DataInputStream, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInputStream;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInputStream file
        start local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 77
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
         1: .line 78
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
         2: .line 79
            aconst_null
            aconst_null
            aconst_null
         3: .line 80
            aload 4 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Code.<init>:(IIII[B[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         4: .line 82
            aload 0 /* this */
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readInt:()I
            putfield com.sun.org.apache.bcel.internal.classfile.Code.code_length:I
         5: .line 83
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code_length:I
            newarray 8
            putfield com.sun.org.apache.bcel.internal.classfile.Code.code:[B
         6: .line 84
            aload 3 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code:[B
            invokevirtual java.io.DataInputStream.readFully:([B)V
         7: .line 89
            aload 0 /* this */
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
         8: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            anewarray com.sun.org.apache.bcel.internal.classfile.CodeException
            putfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
         9: .line 92
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        10: goto 13
        11: .line 93
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code int int java.io.DataInputStream com.sun.org.apache.bcel.internal.classfile.ConstantPool int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            iload 5 /* i */
            new com.sun.org.apache.bcel.internal.classfile.CodeException
            dup
            aload 3 /* file */
            invokespecial com.sun.org.apache.bcel.internal.classfile.CodeException.<init>:(Ljava/io/DataInputStream;)V
            aastore
        12: .line 92
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            if_icmplt 11
        end local 5 // int i
        14: .line 98
            aload 0 /* this */
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
        15: .line 99
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            anewarray com.sun.org.apache.bcel.internal.classfile.Attribute
            putfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
        16: .line 100
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        17: goto 20
        18: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 5 /* i */
            aload 3 /* file */
            aload 4 /* constant_pool */
            invokestatic com.sun.org.apache.bcel.internal.classfile.Attribute.readAttribute:(Ljava/io/DataInputStream;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            aastore
        19: .line 100
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            if_icmplt 18
        end local 5 // int i
        21: .line 107
            aload 0 /* this */
            iload 2 /* length */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.length:I
        22: .line 108
            return
        end local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInputStream file
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0   23     1     name_index  I
            0   23     2         length  I
            0   23     3           file  Ljava/io/DataInputStream;
            0   23     4  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
           10   14     5              i  I
           17   21     5              i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     
      length         
      file           
      constant_pool  

  public void <init>(int, int, int, int, byte[], com.sun.org.apache.bcel.internal.classfile.CodeException[], com.sun.org.apache.bcel.internal.classfile.Attribute[], com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (IIII[B[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=9
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // int max_stack
        start local 4 // int max_locals
        start local 5 // byte[] code
        start local 6 // com.sun.org.apache.bcel.internal.classfile.CodeException[] exception_table
        start local 7 // com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes
        start local 8 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 127
            aload 0 /* this */
            iconst_2
            iload 1 /* name_index */
            iload 2 /* length */
            aload 8 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.<init>:(BIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 129
            aload 0 /* this */
            iload 3 /* max_stack */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.max_stack:I
         2: .line 130
            aload 0 /* this */
            iload 4 /* max_locals */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.max_locals:I
         3: .line 132
            aload 0 /* this */
            aload 5 /* code */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.setCode:([B)V
         4: .line 133
            aload 0 /* this */
            aload 6 /* exception_table */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.setExceptionTable:([Lcom/sun/org/apache/bcel/internal/classfile/CodeException;)V
         5: .line 134
            aload 0 /* this */
            aload 7 /* attributes */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.setAttributes:([Lcom/sun/org/apache/bcel/internal/classfile/Attribute;)V
         6: .line 135
            return
        end local 8 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 7 // com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes
        end local 6 // com.sun.org.apache.bcel.internal.classfile.CodeException[] exception_table
        end local 5 // byte[] code
        end local 4 // int max_locals
        end local 3 // int max_stack
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0    7     1       name_index  I
            0    7     2           length  I
            0    7     3        max_stack  I
            0    7     4       max_locals  I
            0    7     5             code  [B
            0    7     6  exception_table  [Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            0    7     7       attributes  [Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            0    7     8    constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
                 Name  Flags
      name_index       
      length           
      max_stack        
      max_locals       
      code             
      exception_table  
      attributes       
      constant_pool    

  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.Code this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 145
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitCode:(Lcom/sun/org/apache/bcel/internal/classfile/Code;)V
         1: .line 146
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0    2     1     v  Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // java.io.DataOutputStream file
         0: .line 156
            aload 0 /* this */
            aload 1 /* file */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 158
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.max_stack:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 159
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.max_locals:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 160
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code_length:I
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
         4: .line 161
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code_length:I
            invokevirtual java.io.DataOutputStream.write:([BII)V
         5: .line 163
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         6: .line 164
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 10
         8: .line 165
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            iload 2 /* i */
            aaload
            aload 1 /* file */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.CodeException.dump:(Ljava/io/DataOutputStream;)V
         9: .line 164
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            if_icmplt 8
        end local 2 // int i
        11: .line 167
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        12: .line 168
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: goto 16
        14: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 2 /* i */
            aaload
            aload 1 /* file */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
        15: .line 168
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            if_icmplt 14
        end local 2 // int i
        17: .line 170
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0   18     1  file  Ljava/io/DataOutputStream;
            7   11     2     i  I
           13   17     2     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public final com.sun.org.apache.bcel.internal.classfile.Attribute[] getAttributes();
    descriptor: ()[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 176
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  public com.sun.org.apache.bcel.internal.classfile.LineNumberTable getLineNumberTable();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/LineNumberTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 182
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 183
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 1 /* i */
            aaload
            instanceof com.sun.org.apache.bcel.internal.classfile.LineNumberTable
            ifeq 4
         3: .line 184
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 1 /* i */
            aaload
            checkcast com.sun.org.apache.bcel.internal.classfile.LineNumberTable
            areturn
         4: .line 182
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            if_icmplt 2
        end local 1 // int i
         6: .line 186
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            1    6     1     i  I

  public com.sun.org.apache.bcel.internal.classfile.LocalVariableTable getLocalVariableTable();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/LocalVariableTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 193
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 194
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 1 /* i */
            aaload
            instanceof com.sun.org.apache.bcel.internal.classfile.LocalVariableTable
            ifeq 4
         3: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 1 /* i */
            aaload
            checkcast com.sun.org.apache.bcel.internal.classfile.LocalVariableTable
            areturn
         4: .line 193
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            if_icmplt 2
        end local 1 // int i
         6: .line 197
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            1    6     1     i  I

  public final byte[] getCode();
    descriptor: ()[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 203
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code:[B
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  public final com.sun.org.apache.bcel.internal.classfile.CodeException[] getExceptionTable();
    descriptor: ()[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 209
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  public final int getMaxLocals();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 214
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.max_locals:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  public final int getMaxStack();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 220
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.max_stack:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  private final int getInternalLength();
    descriptor: ()I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 227
            bipush 8
         1: .line 228
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code_length:I
         2: .line 227
            iadd
         3: .line 229
            iconst_2
         4: .line 227
            iadd
         5: .line 230
            bipush 8
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            imul
         6: .line 227
            iadd
         7: .line 231
            iconst_2
         8: .line 227
            iadd
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  private final int calculateLength();
    descriptor: ()I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 239
            iconst_0
            istore 1 /* len */
        start local 1 // int len
         1: .line 241
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 242
      StackMap locals: int int
      StackMap stack:
            iload 1 /* len */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 2 /* i */
            aaload
            getfield com.sun.org.apache.bcel.internal.classfile.Attribute.length:I
            bipush 6
            iadd
            iadd
            istore 1 /* len */
         4: .line 241
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            if_icmplt 3
        end local 2 // int i
         6: .line 244
            iload 1 /* len */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getInternalLength:()I
            iadd
            ireturn
        end local 1 // int len
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            1    7     1   len  I
            2    6     2     i  I

  public final void setAttributes(com.sun.org.apache.bcel.internal.classfile.Attribute[]);
    descriptor: ([Lcom/sun/org/apache/bcel/internal/classfile/Attribute;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes
         0: .line 251
            aload 0 /* this */
            aload 1 /* attributes */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
         1: .line 252
            aload 0 /* this */
            aload 1 /* attributes */
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.Code
         2: aload 1 /* attributes */
            arraylength
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code com.sun.org.apache.bcel.internal.classfile.Attribute[]
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.Code int
         3: putfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
         4: .line 253
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.calculateLength:()I
            putfield com.sun.org.apache.bcel.internal.classfile.Code.length:I
         5: .line 254
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0    6     1  attributes  [Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
    MethodParameters:
            Name  Flags
      attributes  

  public final void setCode(byte[]);
    descriptor: ([B)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // byte[] code
         0: .line 260
            aload 0 /* this */
            aload 1 /* code */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.code:[B
         1: .line 261
            aload 0 /* this */
            aload 1 /* code */
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.Code
         2: aload 1 /* code */
            arraylength
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code byte[]
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.Code int
         3: putfield com.sun.org.apache.bcel.internal.classfile.Code.code_length:I
         4: .line 262
            return
        end local 1 // byte[] code
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0    5     1  code  [B
    MethodParameters:
      Name  Flags
      code  

  public final void setExceptionTable(com.sun.org.apache.bcel.internal.classfile.CodeException[]);
    descriptor: ([Lcom/sun/org/apache/bcel/internal/classfile/CodeException;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.CodeException[] exception_table
         0: .line 268
            aload 0 /* this */
            aload 1 /* exception_table */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
         1: .line 269
            aload 0 /* this */
            aload 1 /* exception_table */
            ifnonnull 2
            iconst_0
            goto 3
         2: .line 270
      StackMap locals:
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.Code
            aload 1 /* exception_table */
            arraylength
         3: .line 269
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code com.sun.org.apache.bcel.internal.classfile.CodeException[]
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.Code int
            putfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
         4: .line 271
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.CodeException[] exception_table
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0    5     1  exception_table  [Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
    MethodParameters:
                 Name  Flags
      exception_table  

  public final void setMaxLocals(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // int max_locals
         0: .line 277
            aload 0 /* this */
            iload 1 /* max_locals */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.max_locals:I
         1: .line 278
            return
        end local 1 // int max_locals
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0    2     1  max_locals  I
    MethodParameters:
            Name  Flags
      max_locals  

  public final void setMaxStack(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // int max_stack
         0: .line 284
            aload 0 /* this */
            iload 1 /* max_stack */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.max_stack:I
         1: .line 285
            return
        end local 1 // int max_stack
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0    2     1  max_stack  I
    MethodParameters:
           Name  Flags
      max_stack  

  public final java.lang.String toString(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // boolean verbose
         0: .line 293
            new java.lang.StringBuffer
            dup
            new java.lang.StringBuilder
            dup
            ldc "Code(max_stack = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.max_stack:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 294
            ldc ", max_locals = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.max_locals:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 295
            ldc ", code_length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code_length:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 296
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code:[B
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            iconst_0
            iconst_m1
            iload 1 /* verbose */
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.codeToString:([BLcom/sun/org/apache/bcel/internal/classfile/ConstantPool;IIZ)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 293
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuffer buf
         5: .line 298
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            ifle 12
         6: .line 299
            aload 2 /* buf */
            ldc "\nException handler(s) = \nFrom\tTo\tHandler\tType\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 301
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 302
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 2 /* buf */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            iload 3 /* i */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            iload 1 /* verbose */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.CodeException.toString:(Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;Z)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            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
        10: .line 301
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            if_icmplt 9
        end local 3 // int i
        12: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            ifle 19
        13: .line 306
            aload 2 /* buf */
            ldc "\nAttribute(s) = \n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        14: .line 308
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        15: goto 18
        16: .line 309
      StackMap locals: int
      StackMap stack:
            aload 2 /* buf */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Attribute.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            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
        17: .line 308
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            if_icmplt 16
        end local 3 // int i
        19: .line 312
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuffer buf
        end local 1 // boolean verbose
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0   20     1  verbose  Z
            5   20     2      buf  Ljava/lang/StringBuffer;
            8   12     3        i  I
           15   19     3        i  I
    MethodParameters:
         Name  Flags
      verbose  

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
         0: .line 319
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.toString:(Z)Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  public com.sun.org.apache.bcel.internal.classfile.Attribute copy(com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 326
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.bcel.internal.classfile.Code
            astore 2 /* c */
        start local 2 // com.sun.org.apache.bcel.internal.classfile.Code c
         1: .line 327
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.code:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield com.sun.org.apache.bcel.internal.classfile.Code.code:[B
         2: .line 328
            aload 2 /* c */
            aload 1 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.Code.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
         3: .line 330
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            anewarray com.sun.org.apache.bcel.internal.classfile.CodeException
            putfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
         4: .line 331
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 332
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code int
      StackMap stack:
            aload 2 /* c */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table:[Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.bcel.internal.classfile.CodeException.copy:()Lcom/sun/org/apache/bcel/internal/classfile/CodeException;
            aastore
         7: .line 331
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.exception_table_length:I
            if_icmplt 6
        end local 3 // int i
         9: .line 334
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            anewarray com.sun.org.apache.bcel.internal.classfile.Attribute
            putfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
        10: .line 335
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        11: goto 14
        12: .line 336
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 3 /* i */
            aaload
            aload 1 /* constant_pool */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Attribute.copy:(Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            aastore
        13: .line 335
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Code.attributes_count:I
            if_icmplt 12
        end local 3 // int i
        15: .line 338
            aload 2 /* c */
            areturn
        end local 2 // com.sun.org.apache.bcel.internal.classfile.Code c
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Code this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            0   16     1  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            1   16     2              c  Lcom/sun/org/apache/bcel/internal/classfile/Code;
            5    9     3              i  I
           11   15     3              i  I
    MethodParameters:
               Name  Flags
      constant_pool  
}
SourceFile: "Code.java"