public class com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute extends com.sun.tools.classfile.RuntimeParameterAnnotations_attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute
  super_class: com.sun.tools.classfile.RuntimeParameterAnnotations_attribute
{
  void <init>(com.sun.tools.classfile.ClassReader, int, int);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute this
        start local 1 // com.sun.tools.classfile.ClassReader cr
        start local 2 // int name_index
        start local 3 // int length
         0: .line 41
            aload 0 /* this */
            aload 1 /* cr */
            iload 2 /* name_index */
            iload 3 /* length */
            invokespecial com.sun.tools.classfile.RuntimeParameterAnnotations_attribute.<init>:(Lcom/sun/tools/classfile/ClassReader;II)V
         1: .line 42
            return
        end local 3 // int length
        end local 2 // int name_index
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute;
            0    2     1          cr  Lcom/sun/tools/classfile/ClassReader;
            0    2     2  name_index  I
            0    2     3      length  I
    Exceptions:
      throws java.io.IOException, com.sun.tools.classfile.Annotation$InvalidAnnotation
    MethodParameters:
            Name  Flags
      cr          
      name_index  
      length      

  public void <init>(com.sun.tools.classfile.ConstantPool, com.sun.tools.classfile.Annotation[][]);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;[[Lcom/sun/tools/classfile/Annotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute this
        start local 1 // com.sun.tools.classfile.ConstantPool cp
        start local 2 // com.sun.tools.classfile.Annotation[][] parameter_annotations
         0: .line 46
            aload 0 /* this */
            aload 1 /* cp */
            ldc "RuntimeVisibleParameterAnnotations"
            invokevirtual com.sun.tools.classfile.ConstantPool.getUTF8Index:(Ljava/lang/String;)I
            aload 2 /* parameter_annotations */
            invokespecial com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute.<init>:(I[[Lcom/sun/tools/classfile/Annotation;)V
         1: .line 47
            return
        end local 2 // com.sun.tools.classfile.Annotation[][] parameter_annotations
        end local 1 // com.sun.tools.classfile.ConstantPool cp
        end local 0 // com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute;
            0    2     1                     cp  Lcom/sun/tools/classfile/ConstantPool;
            0    2     2  parameter_annotations  [[Lcom/sun/tools/classfile/Annotation;
    Exceptions:
      throws com.sun.tools.classfile.ConstantPoolException
    MethodParameters:
                       Name  Flags
      cp                     
      parameter_annotations  

  public void <init>(int, com.sun.tools.classfile.Annotation[][]);
    descriptor: (I[[Lcom/sun/tools/classfile/Annotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute this
        start local 1 // int name_index
        start local 2 // com.sun.tools.classfile.Annotation[][] parameter_annotations
         0: .line 50
            aload 0 /* this */
            iload 1 /* name_index */
            aload 2 /* parameter_annotations */
            invokespecial com.sun.tools.classfile.RuntimeParameterAnnotations_attribute.<init>:(I[[Lcom/sun/tools/classfile/Annotation;)V
         1: .line 51
            return
        end local 2 // com.sun.tools.classfile.Annotation[][] parameter_annotations
        end local 1 // int name_index
        end local 0 // com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute;
            0    2     1             name_index  I
            0    2     2  parameter_annotations  [[Lcom/sun/tools/classfile/Annotation;
    MethodParameters:
                       Name  Flags
      name_index             
      parameter_annotations  

  public <R, P> R accept(com.sun.tools.classfile.Attribute$Visitor<R, P>, );
    descriptor: (Lcom/sun/tools/classfile/Attribute$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute this
        start local 1 // com.sun.tools.classfile.Attribute$Visitor visitor
        start local 2 // java.lang.Object p
         0: .line 54
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface com.sun.tools.classfile.Attribute$Visitor.visitRuntimeVisibleParameterAnnotations:(Lcom/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // com.sun.tools.classfile.Attribute$Visitor visitor
        end local 0 // com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute;
            0    1     1  visitor  Lcom/sun/tools/classfile/Attribute$Visitor<TR;TP;>;
            0    1     2        p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Lcom/sun/tools/classfile/Attribute$Visitor<TR;TP;>;TP;)TR;
    MethodParameters:
         Name  Flags
      visitor  
      p        
}
SourceFile: "RuntimeVisibleParameterAnnotations_attribute.java"
InnerClasses:
  InvalidAnnotation = com.sun.tools.classfile.Annotation$InvalidAnnotation of com.sun.tools.classfile.Annotation
  public abstract Visitor = com.sun.tools.classfile.Attribute$Visitor of com.sun.tools.classfile.Attribute