public class org.apache.bcel.classfile.RuntimeVisibleAnnotations extends org.apache.bcel.classfile.Annotations
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.bcel.classfile.RuntimeVisibleAnnotations
  super_class: org.apache.bcel.classfile.Annotations
{
  public void <init>(int, int, java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.RuntimeVisibleAnnotations this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInput input
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 46
            aload 0 /* this */
            bipush 12
            iload 1 /* name_index */
            iload 2 /* length */
            aload 3 /* input */
            aload 4 /* constant_pool */
            iconst_1
            invokespecial org.apache.bcel.classfile.Annotations.<init>:(BIILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;Z)V
         1: .line 47
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInput input
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.RuntimeVisibleAnnotations this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/bcel/classfile/RuntimeVisibleAnnotations;
            0    2     1     name_index  I
            0    2     2         length  I
            0    2     3          input  Ljava/io/DataInput;
            0    2     4  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      input          final
      constant_pool  final

  public org.apache.bcel.classfile.Attribute copy(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.RuntimeVisibleAnnotations this
        start local 1 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 55
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.RuntimeVisibleAnnotations.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.Attribute
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 0 // org.apache.bcel.classfile.RuntimeVisibleAnnotations this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/bcel/classfile/RuntimeVisibleAnnotations;
            0    1     1  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      constant_pool  final

  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.apache.bcel.classfile.RuntimeVisibleAnnotations this
        start local 1 // java.io.DataOutputStream dos
         0: .line 61
            aload 0 /* this */
            aload 1 /* dos */
            invokespecial org.apache.bcel.classfile.Annotations.dump:(Ljava/io/DataOutputStream;)V
         1: .line 62
            aload 0 /* this */
            aload 1 /* dos */
            invokevirtual org.apache.bcel.classfile.RuntimeVisibleAnnotations.writeAnnotations:(Ljava/io/DataOutputStream;)V
         2: .line 63
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.apache.bcel.classfile.RuntimeVisibleAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/RuntimeVisibleAnnotations;
            0    3     1   dos  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   final
}
SourceFile: "RuntimeVisibleAnnotations.java"