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

  void <init>(byte, int, int, java.io.DataInput, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (BIILjava/io/DataInput;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // com.sun.org.apache.bcel.internal.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 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 48
            aload 0 /* this */
            iload 1 /* parameter_annotation_type */
            iload 2 /* name_index */
            iload 3 /* length */
            aconst_null
         1: .line 49
            aload 5 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.<init>:(BII[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         2: .line 50
            aload 4 /* input */
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            istore 6 /* num_parameters */
        start local 6 // int num_parameters
         3: .line 51
            aload 0 /* this */
            iload 6 /* num_parameters */
            anewarray com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry
            putfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
         4: .line 52
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 8
         6: .line 53
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations int int int java.io.DataInput com.sun.org.apache.bcel.internal.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
            iload 7 /* i */
            new com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry
            dup
            aload 4 /* input */
            aload 5 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry.<init>:(Ljava/io/DataInput;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
            aastore
         7: .line 52
            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 55
            return
        end local 6 // int num_parameters
        end local 5 // com.sun.org.apache.bcel.internal.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 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   10     0                       this  Lcom/sun/org/apache/bcel/internal/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  Lcom/sun/org/apache/bcel/internal/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, com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[], com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (BII[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
        start local 1 // byte parameter_annotation_type
        start local 2 // int name_index
        start local 3 // int length
        start local 4 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[] parameter_annotation_table
        start local 5 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 67
            aload 0 /* this */
            iload 1 /* parameter_annotation_type */
            iload 2 /* name_index */
            iload 3 /* length */
            aload 5 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.<init>:(BIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 68
            aload 0 /* this */
            aload 4 /* parameter_annotation_table */
            putfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
         2: .line 69
            return
        end local 5 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 4 // com.sun.org.apache.bcel.internal.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 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    3     0                        this  Lcom/sun/org/apache/bcel/internal/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  [Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
            0    3     5               constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
                            Name  Flags
      parameter_annotation_type   final
      name_index                  final
      length                      final
      parameter_annotation_table  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.ParameterAnnotations this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 81
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitParameterAnnotation:(Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;)V
         1: .line 82
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
            0    2     1     v  Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public final void setParameterAnnotationTable(com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[]);
    descriptor: ([Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;)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.ParameterAnnotations this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[] parameter_annotation_table
         0: .line 89
            aload 0 /* this */
            aload 1 /* parameter_annotation_table */
            putfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
         1: .line 90
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[] parameter_annotation_table
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
            0    2     1  parameter_annotation_table  [Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
    MethodParameters:
                            Name  Flags
      parameter_annotation_table  final

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

  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=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
         0: .line 105
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
        start local 1 // java.io.DataOutputStream dos
         0: .line 111
            aload 0 /* this */
            aload 1 /* dos */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 112
            aload 1 /* dos */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
            arraylength
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         2: .line 114
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.parameter_annotation_table:[Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations java.io.DataOutputStream top int int com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* element */
        start local 2 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry element
         4: .line 115
            aload 2 /* element */
            aload 1 /* dos */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry.dump:(Ljava/io/DataOutputStream;)V
        end local 2 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotationEntry element
         5: .line 114
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 118
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
            0    8     1      dos  Ljava/io/DataOutputStream;
            4    5     2  element  Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotationEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   final

  public com.sun.org.apache.bcel.internal.classfile.Attribute 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/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 125
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.bcel.internal.classfile.Attribute
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/bcel/internal/classfile/ParameterAnnotations;
            0    1     1  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      constant_pool  final
}
SourceFile: "ParameterAnnotations.java"