public final class com.sun.org.apache.bcel.internal.classfile.Method extends com.sun.org.apache.bcel.internal.classfile.FieldOrMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.classfile.Method
  super_class: com.sun.org.apache.bcel.internal.classfile.FieldOrMethod
{
  private static com.sun.org.apache.bcel.internal.util.BCELComparator bcelComparator;
    descriptor: Lcom/sun/org/apache/bcel/internal/util/BCELComparator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            new com.sun.org.apache.bcel.internal.classfile.Method$1
            dup
            invokespecial com.sun.org.apache.bcel.internal.classfile.Method$1.<init>:()V
            putstatic com.sun.org.apache.bcel.internal.classfile.Method.bcelComparator:Lcom/sun/org/apache/bcel/internal/util/BCELComparator;
         1: .line 54
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 63
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.<init>:()V
         1: .line 64
            return
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;

  public void <init>(com.sun.org.apache.bcel.internal.classfile.Method);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Method c
         0: .line 71
            aload 0 /* this */
            aload 1 /* c */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.<init>:(Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;)V
         1: .line 72
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Method c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            0    2     1     c  Lcom/sun/org/apache/bcel/internal/classfile/Method;
    MethodParameters:
      Name  Flags
      c     final

  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: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
        start local 1 // java.io.DataInput file
        start local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 83
            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 84
            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.Method this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            0    2     1           file  Ljava/io/DataInput;
            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
    MethodParameters:
               Name  Flags
      file           final
      constant_pool  final

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method 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 95
            aload 0 /* this */
            iload 1 /* access_flags */
            iload 2 /* name_index */
            iload 3 /* signature_index */
            aload 4 /* attributes */
            aload 5 /* 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
         1: .line 96
            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.Method this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            0    2     1     access_flags  I
            0    2     2       name_index  I
            0    2     3  signature_index  I
            0    2     4       attributes  [Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            0    2     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 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.Method this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 107
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitMethod:(Lcom/sun/org/apache/bcel/internal/classfile/Method;)V
         1: .line 108
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            0    2     1     v  Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public final com.sun.org.apache.bcel.internal.classfile.Code getCode();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/Code;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 114
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getAttributes:()[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Method top int int com.sun.org.apache.bcel.internal.classfile.Attribute[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* attribute */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Attribute attribute
         2: .line 115
            aload 1 /* attribute */
            instanceof com.sun.org.apache.bcel.internal.classfile.Code
            ifeq 4
         3: .line 116
            aload 1 /* attribute */
            checkcast com.sun.org.apache.bcel.internal.classfile.Code
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Attribute attribute
         4: .line 114
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 119
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            2    4     1  attribute  Lcom/sun/org/apache/bcel/internal/classfile/Attribute;

  public final com.sun.org.apache.bcel.internal.classfile.ExceptionTable getExceptionTable();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 127
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getAttributes:()[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Method top int int com.sun.org.apache.bcel.internal.classfile.Attribute[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* attribute */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Attribute attribute
         2: .line 128
            aload 1 /* attribute */
            instanceof com.sun.org.apache.bcel.internal.classfile.ExceptionTable
            ifeq 4
         3: .line 129
            aload 1 /* attribute */
            checkcast com.sun.org.apache.bcel.internal.classfile.ExceptionTable
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Attribute attribute
         4: .line 127
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 132
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            2    4     1  attribute  Lcom/sun/org/apache/bcel/internal/classfile/Attribute;

  public final com.sun.org.apache.bcel.internal.classfile.LocalVariableTable getLocalVariableTable();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/LocalVariableTable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 140
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.getCode:()Lcom/sun/org/apache/bcel/internal/classfile/Code;
            astore 1 /* code */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Code code
         1: .line 141
            aload 1 /* code */
            ifnonnull 3
         2: .line 142
            aconst_null
            areturn
         3: .line 144
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code
      StackMap stack:
            aload 1 /* code */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getLocalVariableTable:()Lcom/sun/org/apache/bcel/internal/classfile/LocalVariableTable;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Code code
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            1    4     1  code  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  public final com.sun.org.apache.bcel.internal.classfile.LineNumberTable getLineNumberTable();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/LineNumberTable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 152
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.getCode:()Lcom/sun/org/apache/bcel/internal/classfile/Code;
            astore 1 /* code */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Code code
         1: .line 153
            aload 1 /* code */
            ifnonnull 3
         2: .line 154
            aconst_null
            areturn
         3: .line 156
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code
      StackMap stack:
            aload 1 /* code */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getLineNumberTable:()Lcom/sun/org/apache/bcel/internal/classfile/LineNumberTable;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Code code
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            1    4     1  code  Lcom/sun/org/apache/bcel/internal/classfile/Code;

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 167
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getAccessFlags:()I
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.accessToString:(I)Ljava/lang/String;
            astore 1 /* access */
        start local 1 // java.lang.String access
         1: .line 169
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getSignatureIndex:()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 2 /* c */
        start local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
         2: .line 170
            aload 2 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            astore 3 /* signature */
        start local 3 // java.lang.String signature
         3: .line 171
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getNameIndex:()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 2 /* c */
         4: .line 172
            aload 2 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         5: .line 173
            aload 3 /* signature */
            aload 4 /* name */
            aload 1 /* access */
            iconst_1
         6: .line 174
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.getLocalVariableTable:()Lcom/sun/org/apache/bcel/internal/classfile/LocalVariableTable;
         7: .line 173
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.methodSignatureToString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLcom/sun/org/apache/bcel/internal/classfile/LocalVariableTable;)Ljava/lang/String;
            astore 3 /* signature */
         8: .line 175
            new java.lang.StringBuilder
            dup
            aload 3 /* signature */
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 5 /* buf */
        start local 5 // java.lang.StringBuilder buf
         9: .line 176
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.getAttributes:()[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 14
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Method java.lang.String com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 java.lang.String java.lang.String java.lang.StringBuilder top int int com.sun.org.apache.bcel.internal.classfile.Attribute[]
      StackMap stack:
        10: aload 9
            iload 7
            aaload
            astore 6 /* attribute */
        start local 6 // com.sun.org.apache.bcel.internal.classfile.Attribute attribute
        11: .line 177
            aload 6 /* attribute */
            instanceof com.sun.org.apache.bcel.internal.classfile.Code
            ifne 13
            aload 6 /* attribute */
            instanceof com.sun.org.apache.bcel.internal.classfile.ExceptionTable
            ifne 13
        12: .line 178
            aload 5 /* buf */
            ldc " ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* attribute */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 6 // com.sun.org.apache.bcel.internal.classfile.Attribute attribute
        13: .line 176
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        14: iload 7
            iload 8
            if_icmplt 10
        15: .line 181
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.getExceptionTable:()Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
            astore 6 /* e */
        start local 6 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable e
        16: .line 182
            aload 6 /* e */
            ifnull 20
        17: .line 183
            aload 6 /* e */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ExceptionTable.toString:()Ljava/lang/String;
            astore 7 /* str */
        start local 7 // java.lang.String str
        18: .line 184
            aload 7 /* str */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 20
        19: .line 185
            aload 5 /* buf */
            ldc "\n\t\tthrows "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 7 // java.lang.String str
        20: .line 188
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Method java.lang.String com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 java.lang.String java.lang.String java.lang.StringBuilder com.sun.org.apache.bcel.internal.classfile.ExceptionTable
      StackMap stack:
            aload 5 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 6 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable e
        end local 5 // java.lang.StringBuilder buf
        end local 4 // java.lang.String name
        end local 3 // java.lang.String signature
        end local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
        end local 1 // java.lang.String access
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            1   21     1     access  Ljava/lang/String;
            2   21     2          c  Lcom/sun/org/apache/bcel/internal/classfile/ConstantUtf8;
            3   21     3  signature  Ljava/lang/String;
            5   21     4       name  Ljava/lang/String;
            9   21     5        buf  Ljava/lang/StringBuilder;
           11   13     6  attribute  Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
           16   21     6          e  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
           18   20     7        str  Ljava/lang/String;

  public final com.sun.org.apache.bcel.internal.classfile.Method 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/Method;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool _constant_pool
         0: .line 195
            aload 0 /* this */
            aload 1 /* _constant_pool */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.copy_:(Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/FieldOrMethod;
            checkcast com.sun.org.apache.bcel.internal.classfile.Method
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool _constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            0    1     1  _constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
                Name  Flags
      _constant_pool  final

  public com.sun.org.apache.bcel.internal.generic.Type getReturnType();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/generic/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 202
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.getSignature:()Ljava/lang/String;
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.getReturnType:(Ljava/lang/String;)Lcom/sun/org/apache/bcel/internal/generic/Type;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;

  public com.sun.org.apache.bcel.internal.generic.Type[] getArgumentTypes();
    descriptor: ()[Lcom/sun/org/apache/bcel/internal/generic/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 209
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.getSignature:()Ljava/lang/String;
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.getArgumentTypes:(Ljava/lang/String;)[Lcom/sun/org/apache/bcel/internal/generic/Type;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;

  public static com.sun.org.apache.bcel.internal.util.BCELComparator getComparator();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/util/BCELComparator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 216
            getstatic com.sun.org.apache.bcel.internal.classfile.Method.bcelComparator:Lcom/sun/org/apache/bcel/internal/util/BCELComparator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void setComparator(com.sun.org.apache.bcel.internal.util.BCELComparator);
    descriptor: (Lcom/sun/org/apache/bcel/internal/util/BCELComparator;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.util.BCELComparator comparator
         0: .line 223
            aload 0 /* comparator */
            putstatic com.sun.org.apache.bcel.internal.classfile.Method.bcelComparator:Lcom/sun/org/apache/bcel/internal/util/BCELComparator;
         1: .line 224
            return
        end local 0 // com.sun.org.apache.bcel.internal.util.BCELComparator comparator
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0  comparator  Lcom/sun/org/apache/bcel/internal/util/BCELComparator;
    MethodParameters:
            Name  Flags
      comparator  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
        start local 1 // java.lang.Object obj
         0: .line 235
            getstatic com.sun.org.apache.bcel.internal.classfile.Method.bcelComparator:Lcom/sun/org/apache/bcel/internal/util/BCELComparator;
            aload 0 /* this */
            aload 1 /* obj */
            invokeinterface com.sun.org.apache.bcel.internal.util.BCELComparator.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 246
            getstatic com.sun.org.apache.bcel.internal.classfile.Method.bcelComparator:Lcom/sun/org/apache/bcel/internal/util/BCELComparator;
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.util.BCELComparator.hashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;

  public com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[] getParameterAnnotationEntries();
    descriptor: ()[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 254
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.parameterAnnotationEntries:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
            ifnonnull 2
         1: .line 255
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.getAttributes:()[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            invokestatic com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry.createParameterAnnotationEntries:([Lcom/sun/org/apache/bcel/internal/classfile/Attribute;)[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
            putfield com.sun.org.apache.bcel.internal.classfile.Method.parameterAnnotationEntries:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
         2: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.parameterAnnotationEntries:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
}
SourceFile: "Method.java"
NestMembers:
  com.sun.org.apache.bcel.internal.classfile.Method$1
InnerClasses:
  com.sun.org.apache.bcel.internal.classfile.Method$1