public abstract class org.apache.bcel.classfile.ParameterAnnotations extends org.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.bcel.classfile.ParameterAnnotations
  super_class: org.apache.bcel.classfile.Attribute
{
  private org.apache.bcel.classfile.ParameterAnnotationEntry[] parameter_annotation_table;
    descriptor: [Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
    flags: (0x0002) ACC_PRIVATE

  void <init>(byte, int, int, java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (BIILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.apache.bcel.classfile.ParameterAnnotations this
        start local 1 // byte parameter_annotation_type
        start local 2 // int name_index
        start local 3 // int length
        start local 4 // java.io.DataInput input
        start local 5 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 43
            aload 0 /* this */
            iload 1 /* parameter_annotation_type */
            iload 2 /* name_index */
            iload 3 /* length */
            aconst_null
         1: .line 44
            aload 5 /* constant_pool */
            invokespecial org.apache.bcel.classfile.ParameterAnnotations.<init>:(BII[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;Lorg/apache/bcel/classfile/ConstantPool;)V
         2: .line 45
            aload 4 /* input */
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 6 /* num_parameters */
        start local 6 // int num_parameters
         3: .line 46
            aload 0 /* this */
            iload 6 /* num_parameters */
            anewarray org.apache.bcel.classfile.ParameterAnnotationEntry
            putfield org.apache.bcel.classfile.ParameterAnnotations.parameter_annotation_table:[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
         4: .line 47
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 8
         6: .line 48
      StackMap locals: org.apache.bcel.classfile.ParameterAnnotations int int int java.io.DataInput org.apache.bcel.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ParameterAnnotations.parameter_annotation_table:[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
            iload 7 /* i */
            new org.apache.bcel.classfile.ParameterAnnotationEntry
            dup
            aload 4 /* input */
            aload 5 /* constant_pool */
            invokespecial org.apache.bcel.classfile.ParameterAnnotationEntry.<init>:(Ljava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
            aastore
         7: .line 47
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 7 /* i */
            iload 6 /* num_parameters */
            if_icmplt 6
        end local 7 // int i
         9: .line 50
            return
        end local 6 // int num_parameters
        end local 5 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 4 // java.io.DataInput input
        end local 3 // int length
        end local 2 // int name_index
        end local 1 // byte parameter_annotation_type
        end local 0 // org.apache.bcel.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   10     0                       this  Lorg/apache/bcel/classfile/ParameterAnnotations;
            0   10     1  parameter_annotation_type  B
            0   10     2                 name_index  I
            0   10     3                     length  I
            0   10     4                      input  Ljava/io/DataInput;
            0   10     5              constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            3   10     6             num_parameters  I
            5    9     7                          i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                           Name  Flags
      parameter_annotation_type  final
      name_index                 final
      length                     final
      input                      final
      constant_pool              final

  public void <init>(byte, int, int, org.apache.bcel.classfile.ParameterAnnotationEntry[], org.apache.bcel.classfile.ConstantPool);
    descriptor: (BII[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.apache.bcel.classfile.ParameterAnnotations this
        start local 1 // byte parameter_annotation_type
        start local 2 // int name_index
        start local 3 // int length
        start local 4 // org.apache.bcel.classfile.ParameterAnnotationEntry[] parameter_annotation_table
        start local 5 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 62
            aload 0 /* this */
            iload 1 /* parameter_annotation_type */
            iload 2 /* name_index */
            iload 3 /* length */
            aload 5 /* constant_pool */
            invokespecial org.apache.bcel.classfile.Attribute.<init>:(BIILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 63
            aload 0 /* this */
            aload 4 /* parameter_annotation_table */
            putfield org.apache.bcel.classfile.ParameterAnnotations.parameter_annotation_table:[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
         2: .line 64
            return
        end local 5 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 4 // org.apache.bcel.classfile.ParameterAnnotationEntry[] parameter_annotation_table
        end local 3 // int length
        end local 2 // int name_index
        end local 1 // byte parameter_annotation_type
        end local 0 // org.apache.bcel.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    3     0                        this  Lorg/apache/bcel/classfile/ParameterAnnotations;
            0    3     1   parameter_annotation_type  B
            0    3     2                  name_index  I
            0    3     3                      length  I
            0    3     4  parameter_annotation_table  [Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
            0    3     5               constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
                            Name  Flags
      parameter_annotation_type   final
      name_index                  final
      length                      final
      parameter_annotation_table  final
      constant_pool               final

  public void accept(org.apache.bcel.classfile.Visitor);
    descriptor: (Lorg/apache/bcel/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ParameterAnnotations this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 76
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitParameterAnnotation:(Lorg/apache/bcel/classfile/ParameterAnnotations;)V
         1: .line 77
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ParameterAnnotations;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public final void setParameterAnnotationTable(org.apache.bcel.classfile.ParameterAnnotationEntry[]);
    descriptor: ([Lorg/apache/bcel/classfile/ParameterAnnotationEntry;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ParameterAnnotations this
        start local 1 // org.apache.bcel.classfile.ParameterAnnotationEntry[] parameter_annotation_table
         0: .line 84
            aload 0 /* this */
            aload 1 /* parameter_annotation_table */
            putfield org.apache.bcel.classfile.ParameterAnnotations.parameter_annotation_table:[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
         1: .line 85
            return
        end local 1 // org.apache.bcel.classfile.ParameterAnnotationEntry[] parameter_annotation_table
        end local 0 // org.apache.bcel.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lorg/apache/bcel/classfile/ParameterAnnotations;
            0    2     1  parameter_annotation_table  [Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
    MethodParameters:
                            Name  Flags
      parameter_annotation_table  final

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

  public org.apache.bcel.classfile.ParameterAnnotationEntry[] getParameterAnnotationEntries();
    descriptor: ()[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ParameterAnnotations this
         0: .line 100
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ParameterAnnotations.parameter_annotation_table:[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
            areturn
        end local 0 // org.apache.bcel.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ParameterAnnotations;

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.bcel.classfile.ParameterAnnotations this
        start local 1 // java.io.DataOutputStream dos
         0: .line 106
            aload 0 /* this */
            aload 1 /* dos */
            invokespecial org.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 107
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ParameterAnnotations.parameter_annotation_table:[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
            arraylength
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         2: .line 109
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ParameterAnnotations.parameter_annotation_table:[Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: org.apache.bcel.classfile.ParameterAnnotations java.io.DataOutputStream top int int org.apache.bcel.classfile.ParameterAnnotationEntry[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* element */
        start local 2 // org.apache.bcel.classfile.ParameterAnnotationEntry element
         4: .line 110
            aload 2 /* element */
            aload 1 /* dos */
            invokevirtual org.apache.bcel.classfile.ParameterAnnotationEntry.dump:(Ljava/io/DataOutputStream;)V
        end local 2 // org.apache.bcel.classfile.ParameterAnnotationEntry element
         5: .line 109
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 113
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.apache.bcel.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/apache/bcel/classfile/ParameterAnnotations;
            0    8     1      dos  Ljava/io/DataOutputStream;
            4    5     2  element  Lorg/apache/bcel/classfile/ParameterAnnotationEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   final

  public org.apache.bcel.classfile.Attribute copy(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ParameterAnnotations this
        start local 1 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 120
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ParameterAnnotations.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.Attribute
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 0 // org.apache.bcel.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/bcel/classfile/ParameterAnnotations;
            0    1     1  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      constant_pool  final
}
SourceFile: "ParameterAnnotations.java"