public abstract class org.apache.bcel.classfile.FieldOrMethod extends org.apache.bcel.classfile.AccessFlags implements java.lang.Cloneable, org.apache.bcel.classfile.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.bcel.classfile.FieldOrMethod
  super_class: org.apache.bcel.classfile.AccessFlags
{
  protected int name_index;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected int signature_index;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected org.apache.bcel.classfile.Attribute[] attributes;
    descriptor: [Lorg/apache/bcel/classfile/Attribute;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected int attributes_count;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  private org.apache.bcel.classfile.AnnotationEntry[] annotationEntries;
    descriptor: [Lorg/apache/bcel/classfile/AnnotationEntry;
    flags: (0x0002) ACC_PRIVATE

  protected org.apache.bcel.classfile.ConstantPool constant_pool;
    descriptor: Lorg/apache/bcel/classfile/ConstantPool;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  private java.lang.String signatureAttributeString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean searchedForSignatureAttribute;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
         0: .line 69
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.AccessFlags.<init>:()V
         1: .line 66
            aload 0 /* this */
            aconst_null
            putfield org.apache.bcel.classfile.FieldOrMethod.signatureAttributeString:Ljava/lang/String;
         2: .line 67
            aload 0 /* this */
            iconst_0
            putfield org.apache.bcel.classfile.FieldOrMethod.searchedForSignatureAttribute:Z
         3: .line 70
            return
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/FieldOrMethod;

  protected void <init>(org.apache.bcel.classfile.FieldOrMethod);
    descriptor: (Lorg/apache/bcel/classfile/FieldOrMethod;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // org.apache.bcel.classfile.FieldOrMethod c
         0: .line 78
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.FieldOrMethod.getAccessFlags:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.FieldOrMethod.getNameIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.FieldOrMethod.getSignatureIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.FieldOrMethod.getAttributes:()[Lorg/apache/bcel/classfile/Attribute;
            aload 1 /* c */
         1: .line 79
            invokevirtual org.apache.bcel.classfile.FieldOrMethod.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.FieldOrMethod.<init>:(III[Lorg/apache/bcel/classfile/Attribute;Lorg/apache/bcel/classfile/ConstantPool;)V
         2: .line 80
            return
        end local 1 // org.apache.bcel.classfile.FieldOrMethod c
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0    3     1     c  Lorg/apache/bcel/classfile/FieldOrMethod;
    MethodParameters:
      Name  Flags
      c     final

  protected void <init>(java.io.DataInputStream, org.apache.bcel.classfile.ConstantPool);
    descriptor: (Ljava/io/DataInputStream;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // java.io.DataInputStream file
        start local 2 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 93
            aload 0 /* this */
            aload 1 /* file */
            aload 2 /* constant_pool */
            invokespecial org.apache.bcel.classfile.FieldOrMethod.<init>:(Ljava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 94
            return
        end local 2 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 1 // java.io.DataInputStream file
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0    2     1           file  Ljava/io/DataInputStream;
            0    2     2  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      file           final
      constant_pool  final

  protected void <init>(java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (Ljava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // java.io.DataInput file
        start local 2 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 103
            aload 0 /* this */
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            aconst_null
         1: .line 104
            aload 2 /* constant_pool */
            invokespecial org.apache.bcel.classfile.FieldOrMethod.<init>:(III[Lorg/apache/bcel/classfile/Attribute;Lorg/apache/bcel/classfile/ConstantPool;)V
         2: .line 105
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 3 /* attributes_count */
        start local 3 // int attributes_count
         3: .line 106
            aload 0 /* this */
            iload 3 /* attributes_count */
            anewarray org.apache.bcel.classfile.Attribute
            putfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
         4: .line 107
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 108
      StackMap locals: org.apache.bcel.classfile.FieldOrMethod java.io.DataInput org.apache.bcel.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            iload 4 /* i */
            aload 1 /* file */
            aload 2 /* constant_pool */
            invokestatic org.apache.bcel.classfile.Attribute.readAttribute:(Ljava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
            aastore
         7: .line 107
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* attributes_count */
            if_icmplt 6
        end local 4 // int i
         9: .line 110
            aload 0 /* this */
            iload 3 /* attributes_count */
            putfield org.apache.bcel.classfile.FieldOrMethod.attributes_count:I
        10: .line 111
            return
        end local 3 // int attributes_count
        end local 2 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 1 // java.io.DataInput file
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0   11     1              file  Ljava/io/DataInput;
            0   11     2     constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            3   11     3  attributes_count  I
            5    9     4                 i  I
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException
    MethodParameters:
               Name  Flags
      file           final
      constant_pool  final

  protected void <init>(int, int, int, org.apache.bcel.classfile.Attribute[], org.apache.bcel.classfile.ConstantPool);
    descriptor: (III[Lorg/apache/bcel/classfile/Attribute;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // int access_flags
        start local 2 // int name_index
        start local 3 // int signature_index
        start local 4 // org.apache.bcel.classfile.Attribute[] attributes
        start local 5 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 123
            aload 0 /* this */
            iload 1 /* access_flags */
            invokespecial org.apache.bcel.classfile.AccessFlags.<init>:(I)V
         1: .line 66
            aload 0 /* this */
            aconst_null
            putfield org.apache.bcel.classfile.FieldOrMethod.signatureAttributeString:Ljava/lang/String;
         2: .line 67
            aload 0 /* this */
            iconst_0
            putfield org.apache.bcel.classfile.FieldOrMethod.searchedForSignatureAttribute:Z
         3: .line 124
            aload 0 /* this */
            iload 2 /* name_index */
            putfield org.apache.bcel.classfile.FieldOrMethod.name_index:I
         4: .line 125
            aload 0 /* this */
            iload 3 /* signature_index */
            putfield org.apache.bcel.classfile.FieldOrMethod.signature_index:I
         5: .line 126
            aload 0 /* this */
            aload 5 /* constant_pool */
            putfield org.apache.bcel.classfile.FieldOrMethod.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
         6: .line 127
            aload 0 /* this */
            aload 4 /* attributes */
            invokevirtual org.apache.bcel.classfile.FieldOrMethod.setAttributes:([Lorg/apache/bcel/classfile/Attribute;)V
         7: .line 128
            return
        end local 5 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 4 // org.apache.bcel.classfile.Attribute[] attributes
        end local 3 // int signature_index
        end local 2 // int name_index
        end local 1 // int access_flags
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0    8     1     access_flags  I
            0    8     2       name_index  I
            0    8     3  signature_index  I
            0    8     4       attributes  [Lorg/apache/bcel/classfile/Attribute;
            0    8     5    constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
                 Name  Flags
      access_flags     final
      name_index       final
      signature_index  final
      attributes       final
      constant_pool    final

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // java.io.DataOutputStream file
         0: .line 138
            aload 1 /* file */
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.AccessFlags.getAccessFlags:()I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         1: .line 139
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.name_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 140
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.signature_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 141
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes_count:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         4: .line 142
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            ifnull 10
         5: .line 143
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 9
      StackMap locals: org.apache.bcel.classfile.FieldOrMethod java.io.DataOutputStream top int int org.apache.bcel.classfile.Attribute[]
      StackMap stack:
         6: aload 5
            iload 3
            aaload
            astore 2 /* attribute */
        start local 2 // org.apache.bcel.classfile.Attribute attribute
         7: .line 144
            aload 2 /* attribute */
            aload 1 /* file */
            invokevirtual org.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
        end local 2 // org.apache.bcel.classfile.Attribute attribute
         8: .line 143
            iinc 3 1
      StackMap locals:
      StackMap stack:
         9: iload 3
            iload 4
            if_icmplt 6
        10: .line 147
      StackMap locals: org.apache.bcel.classfile.FieldOrMethod java.io.DataOutputStream
      StackMap stack:
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0   11     1       file  Ljava/io/DataOutputStream;
            7    8     2  attribute  Lorg/apache/bcel/classfile/Attribute;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

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

  public final void setAttributes(org.apache.bcel.classfile.Attribute[]);
    descriptor: ([Lorg/apache/bcel/classfile/Attribute;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // org.apache.bcel.classfile.Attribute[] attributes
         0: .line 162
            aload 0 /* this */
            aload 1 /* attributes */
            putfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
         1: .line 163
            aload 0 /* this */
            aload 1 /* attributes */
            ifnull 2
            aload 1 /* attributes */
            arraylength
            goto 3
      StackMap locals:
      StackMap stack: org.apache.bcel.classfile.FieldOrMethod
         2: iconst_0
      StackMap locals: org.apache.bcel.classfile.FieldOrMethod org.apache.bcel.classfile.Attribute[]
      StackMap stack: org.apache.bcel.classfile.FieldOrMethod int
         3: putfield org.apache.bcel.classfile.FieldOrMethod.attributes_count:I
         4: .line 164
            return
        end local 1 // org.apache.bcel.classfile.Attribute[] attributes
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0    5     1  attributes  [Lorg/apache/bcel/classfile/Attribute;
    MethodParameters:
            Name  Flags
      attributes  final

  public final org.apache.bcel.classfile.ConstantPool getConstantPool();
    descriptor: ()Lorg/apache/bcel/classfile/ConstantPool;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
         0: .line 171
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            areturn
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/FieldOrMethod;

  public final void setConstantPool(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 179
            aload 0 /* this */
            aload 1 /* constant_pool */
            putfield org.apache.bcel.classfile.FieldOrMethod.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
         1: .line 180
            return
        end local 1 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0    2     1  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      constant_pool  final

  public final int getNameIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
         0: .line 187
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.name_index:I
            ireturn
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/FieldOrMethod;

  public final void setNameIndex(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // int name_index
         0: .line 195
            aload 0 /* this */
            iload 1 /* name_index */
            putfield org.apache.bcel.classfile.FieldOrMethod.name_index:I
         1: .line 196
            return
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0    2     1  name_index  I
    MethodParameters:
            Name  Flags
      name_index  final

  public final int getSignatureIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
         0: .line 203
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.signature_index:I
            ireturn
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/FieldOrMethod;

  public final void setSignatureIndex(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // int signature_index
         0: .line 211
            aload 0 /* this */
            iload 1 /* signature_index */
            putfield org.apache.bcel.classfile.FieldOrMethod.signature_index:I
         1: .line 212
            return
        end local 1 // int signature_index
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0    2     1  signature_index  I
    MethodParameters:
                 Name  Flags
      signature_index  final

  public final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
         0: .line 220
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.name_index:I
            iconst_1
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // org.apache.bcel.classfile.ConstantUtf8 c
         1: .line 221
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantUtf8 c
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/FieldOrMethod;
            1    2     1     c  Lorg/apache/bcel/classfile/ConstantUtf8;

  public final java.lang.String getSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
         0: .line 230
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.signature_index:I
            iconst_1
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/bcel/classfile/Constant;
            checkcast org.apache.bcel.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // org.apache.bcel.classfile.ConstantUtf8 c
         1: .line 231
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantUtf8 c
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/FieldOrMethod;
            1    2     1     c  Lorg/apache/bcel/classfile/ConstantUtf8;

  protected org.apache.bcel.classfile.FieldOrMethod copy_(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/FieldOrMethod;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
        start local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
         0: .line 239
            aconst_null
            astore 2 /* c */
        start local 2 // org.apache.bcel.classfile.FieldOrMethod c
         1: .line 242
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.FieldOrMethod
            astore 2 /* c */
         2: .line 243
            goto 4
      StackMap locals: org.apache.bcel.classfile.FieldOrMethod org.apache.bcel.classfile.ConstantPool org.apache.bcel.classfile.FieldOrMethod
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 247
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            putfield org.apache.bcel.classfile.FieldOrMethod.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
         5: .line 248
            aload 2 /* c */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            arraylength
            anewarray org.apache.bcel.classfile.Attribute
            putfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
         6: .line 249
            aload 2 /* c */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes_count:I
            putfield org.apache.bcel.classfile.FieldOrMethod.attributes_count:I
         7: .line 251
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 252
      StackMap locals: int
      StackMap stack:
            aload 2 /* c */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            iload 3 /* i */
            aaload
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            invokevirtual org.apache.bcel.classfile.Attribute.copy:(Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
            aastore
        10: .line 251
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            arraylength
            if_icmplt 9
        end local 3 // int i
        12: .line 255
            aload 2 /* c */
            areturn
        end local 2 // org.apache.bcel.classfile.FieldOrMethod c
        end local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lorg/apache/bcel/classfile/FieldOrMethod;
            0   13     1  _constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            1   13     2               c  Lorg/apache/bcel/classfile/FieldOrMethod;
            8   12     3               i  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException
    MethodParameters:
                Name  Flags
      _constant_pool  final

  public org.apache.bcel.classfile.AnnotationEntry[] getAnnotationEntries();
    descriptor: ()[Lorg/apache/bcel/classfile/AnnotationEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
         0: .line 263
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.annotationEntries:[Lorg/apache/bcel/classfile/AnnotationEntry;
            ifnonnull 2
         1: .line 264
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.FieldOrMethod.getAttributes:()[Lorg/apache/bcel/classfile/Attribute;
            invokestatic org.apache.bcel.classfile.AnnotationEntry.createAnnotationEntries:([Lorg/apache/bcel/classfile/Attribute;)[Lorg/apache/bcel/classfile/AnnotationEntry;
            putfield org.apache.bcel.classfile.FieldOrMethod.annotationEntries:[Lorg/apache/bcel/classfile/AnnotationEntry;
         2: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.annotationEntries:[Lorg/apache/bcel/classfile/AnnotationEntry;
            areturn
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/FieldOrMethod;

  public final java.lang.String getGenericSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.bcel.classfile.FieldOrMethod this
         0: .line 278
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.searchedForSignatureAttribute:Z
            ifne 12
         1: .line 280
            iconst_0
            istore 1 /* found */
        start local 1 // boolean found
         2: .line 281
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 10
         4: .line 283
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            iload 2 /* i */
            aaload
            instanceof org.apache.bcel.classfile.Signature
            ifeq 9
         5: .line 285
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            iload 2 /* i */
            aaload
            checkcast org.apache.bcel.classfile.Signature
         6: .line 286
            invokevirtual org.apache.bcel.classfile.Signature.getSignature:()Ljava/lang/String;
         7: .line 285
            putfield org.apache.bcel.classfile.FieldOrMethod.signatureAttributeString:Ljava/lang/String;
         8: .line 287
            iconst_1
            istore 1 /* found */
         9: .line 281
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 1 /* found */
            ifne 11
            iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.attributes:[Lorg/apache/bcel/classfile/Attribute;
            arraylength
            if_icmplt 4
        end local 2 // int i
        11: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.bcel.classfile.FieldOrMethod.searchedForSignatureAttribute:Z
        end local 1 // boolean found
        12: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.FieldOrMethod.signatureAttributeString:Ljava/lang/String;
            areturn
        end local 0 // org.apache.bcel.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/apache/bcel/classfile/FieldOrMethod;
            2   12     1  found  Z
            3   11     2      i  I
}
SourceFile: "FieldOrMethod.java"