public abstract class org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos extends org.aspectj.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
  super_class: org.aspectj.apache.bcel.classfile.Attribute
{
  private java.util.List<org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[]> parameterAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;>;

  private boolean visible;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean inflated;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private byte[] annotation_data;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  public void <init>(byte, boolean, int, int, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (BZIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
        start local 1 // byte attrid
        start local 2 // boolean visible
        start local 3 // int nameIdx
        start local 4 // int len
        start local 5 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 37
            aload 0 /* this */
            iload 1 /* attrid */
            iload 3 /* nameIdx */
            iload 4 /* len */
            aload 5 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.Attribute.<init>:(BIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 31
            aload 0 /* this */
            iconst_0
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflated:Z
         2: .line 38
            aload 0 /* this */
            iload 2 /* visible */
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.visible:Z
         3: .line 39
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
         4: .line 40
            return
        end local 5 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 4 // int len
        end local 3 // int nameIdx
        end local 2 // boolean visible
        end local 1 // byte attrid
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
            0    5     1   attrid  B
            0    5     2  visible  Z
            0    5     3  nameIdx  I
            0    5     4      len  I
            0    5     5    cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
         Name  Flags
      attrid   
      visible  
      nameIdx  
      len      
      cpool    

  public void <init>(byte, boolean, int, int, byte[], org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (BZII[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
        start local 1 // byte attrid
        start local 2 // boolean visible
        start local 3 // int nameIdx
        start local 4 // int len
        start local 5 // byte[] data
        start local 6 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 43
            aload 0 /* this */
            iload 1 /* attrid */
            iload 3 /* nameIdx */
            iload 4 /* len */
            aload 6 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.Attribute.<init>:(BIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 31
            aload 0 /* this */
            iconst_0
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflated:Z
         2: .line 44
            aload 0 /* this */
            iload 2 /* visible */
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.visible:Z
         3: .line 45
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
         4: .line 46
            aload 0 /* this */
            aload 5 /* data */
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.annotation_data:[B
         5: .line 47
            return
        end local 6 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 5 // byte[] data
        end local 4 // int len
        end local 3 // int nameIdx
        end local 2 // boolean visible
        end local 1 // byte attrid
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
            0    6     1   attrid  B
            0    6     2  visible  Z
            0    6     3  nameIdx  I
            0    6     4      len  I
            0    6     5     data  [B
            0    6     6    cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
         Name  Flags
      attrid   
      visible  
      nameIdx  
      len      
      data     
      cpool    

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
        start local 1 // java.io.DataOutputStream dos
         0: .line 50
            aload 0 /* this */
            aload 1 /* dos */
            invokespecial org.aspectj.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 51
            aload 0 /* this */
            aload 1 /* dos */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.writeAnnotations:(Ljava/io/DataOutputStream;)V
         2: .line 52
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
            0    3     1   dos  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   

  public org.aspectj.apache.bcel.classfile.Attribute copy(org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 55
            new java.lang.RuntimeException
            dup
            ldc "Not implemented yet!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantPool constant_pool
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
            0    1     1  constant_pool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      constant_pool  

  public java.util.List<org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[]> getParameterAnnotations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
         0: .line 60
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflated:Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflate:()V
         1: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
    Signature: ()Ljava/util/List<[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;>;

  public org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[] getAnnotationsOnParameter(int);
    descriptor: (I)[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
        start local 1 // int parameterIndex
         0: .line 65
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflated:Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflate:()V
         1: .line 71
      StackMap locals:
      StackMap stack:
            iload 1 /* parameterIndex */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 3
         2: .line 72
            getstatic org.aspectj.apache.bcel.classfile.annotation.AnnotationGen.NO_ANNOTATIONS:[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;
            areturn
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
            iload 1 /* parameterIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[]
            areturn
        end local 1 // int parameterIndex
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
            0    4     1  parameterIndex  I
    MethodParameters:
                Name  Flags
      parameterIndex  

  public boolean areVisible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
         0: .line 78
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.visible:Z
            ireturn
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;

  protected void readParameterAnnotations(java.io.DataInputStream, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
        start local 1 // java.io.DataInputStream dis
        start local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 82
            aload 0 /* this */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.length:I
            newarray 8
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.annotation_data:[B
         1: .line 83
            aload 1 /* dis */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.annotation_data:[B
            iconst_0
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.length:I
            invokevirtual java.io.DataInputStream.readFully:([BII)V
         2: .line 84
            return
        end local 2 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 1 // java.io.DataInputStream dis
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
            0    3     1    dis  Ljava/io/DataInputStream;
            0    3     2  cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      dis    
      cpool  

  private void inflate();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
         0: .line 88
            new java.io.DataInputStream
            dup
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.annotation_data:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            astore 1 /* dis */
        start local 1 // java.io.DataInputStream dis
         1: .line 89
            aload 1 /* dis */
            invokevirtual java.io.DataInputStream.readUnsignedByte:()I
            istore 2 /* numParameters */
        start local 2 // int numParameters
         2: .line 90
            iload 2 /* numParameters */
            ifle 20
         3: .line 91
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* inflatedParameterAnnotations */
        start local 3 // java.util.List inflatedParameterAnnotations
         4: .line 92
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 18
         6: .line 93
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos java.io.DataInputStream int java.util.List int
      StackMap stack:
            aload 1 /* dis */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            istore 5 /* numAnnotations */
        start local 5 // int numAnnotations
         7: .line 94
            iload 5 /* numAnnotations */
            ifne 10
         8: .line 95
            aload 3 /* inflatedParameterAnnotations */
            getstatic org.aspectj.apache.bcel.classfile.annotation.AnnotationGen.NO_ANNOTATIONS:[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 96
            goto 17
        10: .line 97
      StackMap locals: int
      StackMap stack:
            iload 5 /* numAnnotations */
            anewarray org.aspectj.apache.bcel.classfile.annotation.AnnotationGen
            astore 6 /* annotations */
        start local 6 // org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[] annotations
        11: .line 98
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        12: goto 15
        13: .line 99
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[] int
      StackMap stack:
            aload 6 /* annotations */
            iload 7 /* j */
            aload 1 /* dis */
            aload 0 /* this */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.visible:Z
            invokestatic org.aspectj.apache.bcel.classfile.annotation.AnnotationGen.read:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;
            aastore
        14: .line 98
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* j */
            iload 5 /* numAnnotations */
            if_icmplt 13
        end local 7 // int j
        16: .line 101
            aload 3 /* inflatedParameterAnnotations */
            aload 6 /* annotations */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[] annotations
        end local 5 // int numAnnotations
        17: .line 92
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            iload 2 /* numParameters */
            if_icmplt 6
        end local 4 // int i
        19: .line 104
            aload 0 /* this */
            aload 3 /* inflatedParameterAnnotations */
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
        end local 3 // java.util.List inflatedParameterAnnotations
        20: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflated:Z
        end local 2 // int numParameters
        end local 1 // java.io.DataInputStream dis
        21: .line 107
            goto 24
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
      StackMap stack: java.io.IOException
        22: pop
        23: .line 108
            new java.lang.RuntimeException
            dup
            ldc "Unabled to inflate annotation data, badly formed?"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   25     0                          this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
            1   21     1                           dis  Ljava/io/DataInputStream;
            2   21     2                 numParameters  I
            4   20     3  inflatedParameterAnnotations  Ljava/util/List<[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;>;
            5   19     4                             i  I
            7   17     5                numAnnotations  I
           11   17     6                   annotations  [Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;
           12   16     7                             j  I
      Exception table:
        from    to  target  type
           0    21      22  Class java.io.IOException

  protected void writeAnnotations(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
        start local 1 // java.io.DataOutputStream dos
         0: .line 114
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflated:Z
            ifne 3
         1: .line 115
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.annotation_data:[B
            iconst_0
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.length:I
            invokevirtual java.io.DataOutputStream.write:([BII)V
         2: .line 116
            goto 15
         3: .line 117
      StackMap locals:
      StackMap stack:
            aload 1 /* dos */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         4: .line 118
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 14
         6: .line 119
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[]
            astore 3 /* annotations */
        start local 3 // org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[] annotations
         7: .line 120
            aload 1 /* dos */
            aload 3 /* annotations */
            arraylength
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         8: .line 121
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         9: goto 12
        10: .line 122
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[] int
      StackMap stack:
            aload 3 /* annotations */
            iload 4 /* j */
            aaload
            aload 1 /* dos */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.AnnotationGen.dump:(Ljava/io/DataOutputStream;)V
        11: .line 121
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* j */
            aload 3 /* annotations */
            arraylength
            if_icmplt 10
        end local 4 // int j
        end local 3 // org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[] annotations
        13: .line 118
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.parameterAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 6
        end local 2 // int i
        15: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
            0   16     1          dos  Ljava/io/DataOutputStream;
            5   15     2            i  I
            7   13     3  annotations  [Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;
            9   13     4            j  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   

  public boolean isInflated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
         0: .line 130
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflated:Z
            ireturn
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
         0: .line 134
            new java.lang.StringBuilder
            dup
            ldc "Runtime"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.visible:Z
            ifeq 1
            ldc "Visible"
            goto 2
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         1: ldc "Invisible"
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
      StackMap stack: java.lang.StringBuilder java.lang.String
         2: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "ParameterAnnotations ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.inflated:Z
            ifeq 3
            ldc "inflated"
            goto 4
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         3: ldc "not yet inflated"
      StackMap locals: org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
      StackMap stack: java.lang.StringBuilder java.lang.String
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeParamAnnos;
}
SourceFile: "RuntimeParamAnnos.java"