Class RuntimeVisibleAnnotations

All Implemented Interfaces:
Cloneable, Iterable<AnnotationEntry>, Node

public class RuntimeVisibleAnnotations extends Annotations
An annotation that is represented in the class file and is provided to the JVM.
Since:
6.0
  • Constructor Details

    • RuntimeVisibleAnnotations

      public RuntimeVisibleAnnotations(int nameIndex, int length, DataInput input, ConstantPool constantPool) throws IOException
      Constructs a new instance.
      Parameters:
      nameIndex - Index pointing to the name Code
      length - Content length in bytes
      input - Input stream
      constantPool - Array of constants
      Throws:
      IOException - Thrown when an I/O exception of some sort has occurred.
  • Method Details

    • copy

      public Attribute copy(ConstantPool constantPool)
      Creates a deep copy of this attribute.
      Overrides:
      copy in class Annotations
      Parameters:
      constantPool - constant pool to save.
      Returns:
      deep copy of this attribute.
    • dump

      public final void dump(DataOutputStream dos) throws IOException
      Description copied from class: Attribute
      Dumps attribute to file stream in binary format.
      Overrides:
      dump in class Attribute
      Parameters:
      dos - Output file stream
      Throws:
      IOException - if an I/O error occurs.