public class org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos extends org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos
  super_class: org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
{
  public void <init>(int, int, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos this
        start local 1 // int nameIdx
        start local 2 // int len
        start local 3 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 25
            aload 0 /* this */
            bipush 15
            iconst_0
            iload 1 /* nameIdx */
            iload 2 /* len */
            aload 3 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.<init>:(BZIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 26
            return
        end local 3 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 2 // int len
        end local 1 // int nameIdx
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeInvisParamAnnos;
            0    2     1  nameIdx  I
            0    2     2      len  I
            0    2     3    cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
         Name  Flags
      nameIdx  
      len      
      cpool    

  public void <init>(int, int, java.io.DataInputStream, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos this
        start local 1 // int nameIdx
        start local 2 // int len
        start local 3 // java.io.DataInputStream dis
        start local 4 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 30
            aload 0 /* this */
            iload 1 /* nameIdx */
            iload 2 /* len */
            aload 4 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos.<init>:(IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 31
            aload 0 /* this */
            aload 3 /* dis */
            aload 4 /* cpool */
            invokevirtual org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos.readParameterAnnotations:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         2: .line 32
            return
        end local 4 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 3 // java.io.DataInputStream dis
        end local 2 // int len
        end local 1 // int nameIdx
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeInvisParamAnnos;
            0    3     1  nameIdx  I
            0    3     2      len  I
            0    3     3      dis  Ljava/io/DataInputStream;
            0    3     4    cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      nameIdx  
      len      
      dis      
      cpool    

  public void <init>(int, int, byte[], org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (II[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos this
        start local 1 // int nameIndex
        start local 2 // int len
        start local 3 // byte[] rvaData
        start local 4 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 35
            aload 0 /* this */
            bipush 15
            iconst_0
            iload 1 /* nameIndex */
            iload 2 /* len */
            aload 3 /* rvaData */
            aload 4 /* cpool */
            invokespecial org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos.<init>:(BZII[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 36
            return
        end local 4 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 3 // byte[] rvaData
        end local 2 // int len
        end local 1 // int nameIndex
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeInvisParamAnnos;
            0    2     1  nameIndex  I
            0    2     2        len  I
            0    2     3    rvaData  [B
            0    2     4      cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
           Name  Flags
      nameIndex  
      len        
      rvaData    
      cpool      

  public void accept(org.aspectj.apache.bcel.classfile.ClassVisitor);
    descriptor: (Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos this
        start local 1 // org.aspectj.apache.bcel.classfile.ClassVisitor v
         0: .line 39
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.aspectj.apache.bcel.classfile.ClassVisitor.visitRuntimeInvisibleParameterAnnotations:(Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeInvisParamAnnos;)V
         1: .line 40
            return
        end local 1 // org.aspectj.apache.bcel.classfile.ClassVisitor v
        end local 0 // org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeInvisParamAnnos;
            0    2     1     v  Lorg/aspectj/apache/bcel/classfile/ClassVisitor;
    MethodParameters:
      Name  Flags
      v     

  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.RuntimeInvisParamAnnos this
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 43
            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.RuntimeInvisParamAnnos this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeInvisParamAnnos;
            0    1     1  constant_pool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      constant_pool  
}
SourceFile: "RuntimeInvisParamAnnos.java"