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
{
  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 40
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.<init>:()V
            return
        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 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 47
            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 48
            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     

  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: (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.DataInputStream file
        start local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 59
            aload 0 /* this */
            aload 1 /* file */
            aload 2 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.FieldOrMethod.<init>:(Ljava/io/DataInputStream;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 60
            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.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/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
    MethodParameters:
               Name  Flags
      file           
      constant_pool  

  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 72
            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 73
            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     
      name_index       
      signature_index  
      attributes       
      constant_pool    

  public void accept(com.sun.org.apache.bcel.internal.classfile.Visitor);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 83
            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 84
            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     

  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=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 90
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 91
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 1 /* i */
            aaload
            instanceof com.sun.org.apache.bcel.internal.classfile.Code
            ifeq 4
         3: .line 92
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 1 /* i */
            aaload
            checkcast com.sun.org.apache.bcel.internal.classfile.Code
            areturn
         4: .line 90
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.attributes_count:I
            if_icmplt 2
        end local 1 // int i
         6: .line 94
            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;
            1    6     1     i  I

  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=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 102
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 103
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 1 /* i */
            aaload
            instanceof com.sun.org.apache.bcel.internal.classfile.ExceptionTable
            ifeq 4
         3: .line 104
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 1 /* i */
            aaload
            checkcast com.sun.org.apache.bcel.internal.classfile.ExceptionTable
            areturn
         4: .line 102
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.attributes_count:I
            if_icmplt 2
        end local 1 // int i
         6: .line 106
            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;
            1    6     1     i  I

  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 113
            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 115
            aload 1 /* code */
            ifnull 3
         2: .line 116
            aload 1 /* code */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getLocalVariableTable:()Lcom/sun/org/apache/bcel/internal/classfile/LocalVariableTable;
            areturn
         3: .line 118
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code
      StackMap stack:
            aconst_null
            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 125
            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 127
            aload 1 /* code */
            ifnull 3
         2: .line 128
            aload 1 /* code */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Code.getLineNumberTable:()Lcom/sun/org/apache/bcel/internal/classfile/LineNumberTable;
            areturn
         3: .line 130
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Code
      StackMap stack:
            aconst_null
            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=8, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
         0: .line 144
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.access_flags:I
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.accessToString:(I)Ljava/lang/String;
            astore 4 /* access */
        start local 4 // java.lang.String access
         1: .line 147
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.signature_index:I
         2: .line 148
            iconst_1
         3: .line 147
            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
         4: .line 149
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            astore 3 /* signature */
        start local 3 // java.lang.String signature
         5: .line 151
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.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 */
         6: .line 152
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         7: .line 154
            aload 3 /* signature */
            aload 2 /* name */
            aload 4 /* access */
            iconst_1
         8: .line 155
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Method.getLocalVariableTable:()Lcom/sun/org/apache/bcel/internal/classfile/LocalVariableTable;
         9: .line 154
            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 */
        10: .line 156
            new java.lang.StringBuffer
            dup
            aload 3 /* signature */
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 5 /* buf */
        start local 5 // java.lang.StringBuffer buf
        11: .line 158
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        12: goto 17
        13: .line 159
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Method com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 java.lang.String java.lang.String java.lang.String java.lang.StringBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.attributes:[Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
            iload 6 /* i */
            aaload
            astore 7 /* a */
        start local 7 // com.sun.org.apache.bcel.internal.classfile.Attribute a
        14: .line 161
            aload 7 /* a */
            instanceof com.sun.org.apache.bcel.internal.classfile.Code
            ifne 16
            aload 7 /* a */
            instanceof com.sun.org.apache.bcel.internal.classfile.ExceptionTable
            ifne 16
        15: .line 162
            aload 5 /* buf */
            new java.lang.StringBuilder
            dup
            ldc " ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* a */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Attribute.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 7 // com.sun.org.apache.bcel.internal.classfile.Attribute a
        16: .line 158
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 6 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Method.attributes_count:I
            if_icmplt 13
        end local 6 // int i
        18: .line 165
            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
        19: .line 166
            aload 6 /* e */
            ifnull 23
        20: .line 167
            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
        21: .line 168
            aload 7 /* str */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 23
        22: .line 169
            aload 5 /* buf */
            new java.lang.StringBuilder
            dup
            ldc "\n\t\tthrows "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 7 // java.lang.String str
        23: .line 172
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Method com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 java.lang.String java.lang.String java.lang.String java.lang.StringBuffer com.sun.org.apache.bcel.internal.classfile.ExceptionTable
      StackMap stack:
            aload 5 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 6 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable e
        end local 5 // java.lang.StringBuffer buf
        end local 4 // java.lang.String access
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String name
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Method this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lcom/sun/org/apache/bcel/internal/classfile/Method;
            4   24     1          c  Lcom/sun/org/apache/bcel/internal/classfile/ConstantUtf8;
            7   24     2       name  Ljava/lang/String;
            5   24     3  signature  Ljava/lang/String;
            1   24     4     access  Ljava/lang/String;
           11   24     5        buf  Ljava/lang/StringBuffer;
           12   18     6          i  I
           14   16     7          a  Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
           19   24     6          e  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
           21   23     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 179
            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  

  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 186
            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 193
            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;
}
SourceFile: "Method.java"