class com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations
  super_class: java.lang.Object
{
  com.sun.tools.javac.util.List<com.sun.tools.javac.jvm.ClassReader$CompoundAnnotationProxy> proxies;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/jvm/ClassReader$CompoundAnnotationProxy;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations this
         0: .line 205
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/ClassReader$ParameterAnnotations;

  void add(com.sun.tools.javac.util.List<com.sun.tools.javac.jvm.ClassReader$CompoundAnnotationProxy>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations this
        start local 1 // com.sun.tools.javac.util.List newAnnotations
         0: .line 209
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations.proxies:Lcom/sun/tools/javac/util/List;
            ifnonnull 3
         1: .line 210
            aload 0 /* this */
            aload 1 /* newAnnotations */
            putfield com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations.proxies:Lcom/sun/tools/javac/util/List;
         2: .line 211
            goto 4
         3: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations.proxies:Lcom/sun/tools/javac/util/List;
            aload 1 /* newAnnotations */
            invokevirtual com.sun.tools.javac.util.List.prependList:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations.proxies:Lcom/sun/tools/javac/util/List;
         4: .line 214
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.util.List newAnnotations
        end local 0 // com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/sun/tools/javac/jvm/ClassReader$ParameterAnnotations;
            0    5     1  newAnnotations  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/jvm/ClassReader$CompoundAnnotationProxy;>;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/jvm/ClassReader$CompoundAnnotationProxy;>;)V
    MethodParameters:
                Name  Flags
      newAnnotations  
}
SourceFile: "ClassReader.java"
NestHost: com.sun.tools.javac.jvm.ClassReader
InnerClasses:
  CompoundAnnotationProxy = com.sun.tools.javac.jvm.ClassReader$CompoundAnnotationProxy of com.sun.tools.javac.jvm.ClassReader
  ParameterAnnotations = com.sun.tools.javac.jvm.ClassReader$ParameterAnnotations of com.sun.tools.javac.jvm.ClassReader