public abstract class com.sun.org.apache.bcel.internal.classfile.FieldOrMethod extends com.sun.org.apache.bcel.internal.classfile.AccessFlags implements java.lang.Cloneable, com.sun.org.apache.bcel.internal.classfile.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.bcel.internal.classfile.FieldOrMethod
  super_class: com.sun.org.apache.bcel.internal.classfile.AccessFlags
{
  private int name_index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int signature_index;
    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

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

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

  private com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool;
    descriptor: Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    flags: (0x0002) ACC_PRIVATE

  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 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
         0: .line 48
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.AccessFlags.<init>:()V
         1: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signatureAttributeString:Ljava/lang/String;
         2: .line 46
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.searchedForSignatureAttribute:Z
         3: .line 49
            return
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;

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

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

  protected void <init>(java.io.DataInput, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (Ljava/io/DataInput;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
        start local 1 // java.io.DataInput file
        start local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 85
            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 86
            aload 2 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.<init>:(III[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         2: .line 87
            aload 0 /* this */
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
         3: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
            anewarray com.sun.org.apache.bcel.internal.classfile.Attribute
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
         4: .line 89
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 90
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.FieldOrMethod java.io.DataInput com.sun.org.apache.bcel.internal.classfile.ConstantPool int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 3 /* i */
            aload 1 /* file */
            aload 2 /* constant_pool */
            invokestatic com.sun.org.apache.bcel.internal.classfile.Attribute.readAttribute:(Ljava/io/DataInput;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            aastore
         7: .line 89
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
            if_icmplt 6
        end local 3 // int i
         9: .line 92
            return
        end local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 1 // java.io.DataInput file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            0   10     1           file  Ljava/io/DataInput;
            0   10     2  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            5    9     3              i  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.bcel.internal.classfile.ClassFormatException
    MethodParameters:
               Name  Flags
      file           final
      constant_pool  final

  protected void <init>(int, int, int, com.sun.org.apache.bcel.internal.classfile.Attribute[], com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (III[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
        start local 1 // int access_flags
        start local 2 // int name_index
        start local 3 // int signature_index
        start local 4 // com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes
        start local 5 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 103
            aload 0 /* this */
            iload 1 /* access_flags */
            invokespecial com.sun.org.apache.bcel.internal.classfile.AccessFlags.<init>:(I)V
         1: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signatureAttributeString:Ljava/lang/String;
         2: .line 46
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.searchedForSignatureAttribute:Z
         3: .line 104
            aload 0 /* this */
            iload 2 /* name_index */
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.name_index:I
         4: .line 105
            aload 0 /* this */
            iload 3 /* signature_index */
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signature_index:I
         5: .line 106
            aload 0 /* this */
            aload 5 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
         6: .line 107
            aload 0 /* this */
            aload 4 /* attributes */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.setAttributes:([Lcom/sun/org/apache/bcel/internal/classfile/Attribute;)V
         7: .line 108
            return
        end local 5 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 4 // com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes
        end local 3 // int signature_index
        end local 2 // int name_index
        end local 1 // int access_flags
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            0    8     1     access_flags  I
            0    8     2       name_index  I
            0    8     3  signature_index  I
            0    8     4       attributes  [Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            0    8     5    constant_pool  Lcom/sun/org/apache/bcel/internal/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=3, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
        start local 1 // java.io.DataOutputStream file
         0: .line 117
            aload 1 /* file */
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.AccessFlags.getAccessFlags:()I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         1: .line 118
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.name_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 119
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signature_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 120
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         4: .line 122
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 8
         6: .line 123
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.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
         7: .line 122
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
            if_icmplt 6
        end local 2 // int i
         9: .line 125
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            0   10     1  file  Ljava/io/DataOutputStream;
            5    9     2     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  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.FieldOrMethod this
         0: .line 131
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;

  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.FieldOrMethod this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes
         0: .line 138
            aload 0 /* this */
            aload 1 /* attributes */
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
         1: .line 139
            aload 0 /* this */
            aload 1 /* attributes */
            ifnull 2
            aload 1 /* attributes */
            arraylength
            goto 3
      StackMap locals:
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.FieldOrMethod
         2: iconst_0
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.FieldOrMethod com.sun.org.apache.bcel.internal.classfile.Attribute[]
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.FieldOrMethod int
         3: putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
         4: .line 140
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Attribute[] attributes
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            0    5     1  attributes  [Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
    MethodParameters:
            Name  Flags
      attributes  final

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

  public final void setConstantPool(com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)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.FieldOrMethod this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 153
            aload 0 /* this */
            aload 1 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
         1: .line 154
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            0    2     1  constant_pool  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
         0: .line 160
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.name_index:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
        start local 1 // int name_index
         0: .line 167
            aload 0 /* this */
            iload 1 /* name_index */
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.name_index:I
         1: .line 168
            return
        end local 1 // int name_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
         0: .line 174
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signature_index:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
        start local 1 // int signature_index
         0: .line 181
            aload 0 /* this */
            iload 1 /* signature_index */
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signature_index:I
         1: .line 182
            return
        end local 1 // int signature_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
         0: .line 189
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.name_index:I
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
         1: .line 190
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            1    2     1     c  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
         0: .line 198
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signature_index:I
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
         1: .line 199
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            1    2     1     c  Lcom/sun/org/apache/bcel/internal/classfile/ConstantUtf8;

  protected com.sun.org.apache.bcel.internal.classfile.FieldOrMethod 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/FieldOrMethod;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool _constant_pool
         0: .line 206
            aconst_null
            astore 2 /* c */
        start local 2 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod c
         1: .line 209
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.bcel.internal.classfile.FieldOrMethod
            astore 2 /* c */
         2: .line 210
            goto 4
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.FieldOrMethod com.sun.org.apache.bcel.internal.classfile.ConstantPool com.sun.org.apache.bcel.internal.classfile.FieldOrMethod
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 214
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
         5: .line 215
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
            anewarray com.sun.org.apache.bcel.internal.classfile.Attribute
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
         6: .line 216
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
         7: .line 218
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 219
      StackMap locals: int
      StackMap stack:
            aload 2 /* c */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 3 /* i */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            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
        10: .line 218
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes_count:I
            if_icmplt 9
        end local 3 // int i
        12: .line 222
            aload 2 /* c */
            areturn
        end local 2 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod c
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool _constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            0   13     1  _constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            1   13     2               c  Lcom/sun/org/apache/bcel/internal/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 com.sun.org.apache.bcel.internal.classfile.AnnotationEntry[] getAnnotationEntries();
    descriptor: ()[Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
         0: .line 230
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.annotationEntries:[Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
            ifnonnull 2
         1: .line 231
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getAttributes:()[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            invokestatic com.sun.org.apache.bcel.internal.classfile.AnnotationEntry.createAnnotationEntries:([Lcom/sun/org/apache/bcel/internal/classfile/Attribute;)[Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.annotationEntries:[Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
         2: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.annotationEntries:[Lcom/sun/org/apache/bcel/internal/classfile/AnnotationEntry;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
         0: .line 248
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.searchedForSignatureAttribute:Z
            ifne 12
         1: .line 249
            iconst_0
            istore 1 /* found */
        start local 1 // boolean found
         2: .line 250
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 10
         4: .line 251
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 2 /* i */
            aaload
            instanceof com.sun.org.apache.bcel.internal.classfile.Signature
            ifeq 9
         5: .line 252
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 2 /* i */
            aaload
            checkcast com.sun.org.apache.bcel.internal.classfile.Signature
         6: .line 253
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Signature.getSignature:()Ljava/lang/String;
         7: .line 252
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signatureAttributeString:Ljava/lang/String;
         8: .line 254
            iconst_1
            istore 1 /* found */
         9: .line 250
      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 com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            arraylength
            if_icmplt 4
        end local 2 // int i
        11: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.searchedForSignatureAttribute:Z
        end local 1 // boolean found
        12: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.signatureAttributeString:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.FieldOrMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            2   12     1  found  Z
            3   11     2      i  I
}
SourceFile: "FieldOrMethod.java"