public class org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations extends org.apache.bcel.classfile.ParameterAnnotations
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations
  super_class: org.apache.bcel.classfile.ParameterAnnotations
{
  public void <init>(int, int, java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInput input
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 41
            aload 0 /* this */
            bipush 14
            iload 1 /* name_index */
            iload 2 /* length */
            aload 3 /* input */
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.ParameterAnnotations.<init>:(BIILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 42
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInput input
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/bcel/classfile/RuntimeVisibleParameterAnnotations;
            0    2     1     name_index  I
            0    2     2         length  I
            0    2     3          input  Ljava/io/DataInput;
            0    2     4  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      input          final
      constant_pool  final
}
SourceFile: "RuntimeVisibleParameterAnnotations.java"