Class ParameterAnnotations

    • Field Detail

    • Constructor Detail

      • ParameterAnnotations

        ParameterAnnotations​(byte parameterAnnotationType,
                             int nameIndex,
                             int length,
                             java.io.DataInput input,
                             ConstantPool constantPool)
                      throws java.io.IOException
        Parameters:
        parameterAnnotationType - the subclass type of the parameter annotation
        nameIndex - Index pointing to the name Code
        length - Content length in bytes
        input - Input stream
        constantPool - Array of constants
        Throws:
        java.io.IOException
      • ParameterAnnotations

        public ParameterAnnotations​(byte parameterAnnotationType,
                                    int nameIndex,
                                    int length,
                                    ParameterAnnotationEntry[] parameterAnnotationTable,
                                    ConstantPool constantPool)
        Parameters:
        parameterAnnotationType - the subclass type of the parameter annotation
        nameIndex - Index pointing to the name Code
        length - Content length in bytes
        parameterAnnotationTable - the actual parameter annotations
        constantPool - Array of constants
    • Method Detail

      • accept

        public void accept​(Visitor v)
        Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
        Specified by:
        accept in interface Node
        Specified by:
        accept in class Attribute
        Parameters:
        v - Visitor object
      • copy

        public Attribute copy​(ConstantPool constantPool)
        Specified by:
        copy in class Attribute
        Parameters:
        constantPool - constant pool to save.
        Returns:
        deep copy of this attribute
      • dump

        public void dump​(java.io.DataOutputStream dos)
                  throws java.io.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:
        java.io.IOException - if an I/O error occurs.
      • getParameterAnnotationEntries

        public ParameterAnnotationEntry[] getParameterAnnotationEntries()
        returns the array of parameter annotation entries in this parameter annotation
      • getParameterAnnotationTable

        public final ParameterAnnotationEntry[] getParameterAnnotationTable()
        Returns:
        the parameter annotation entry table
      • setParameterAnnotationTable

        public final void setParameterAnnotationTable​(ParameterAnnotationEntry[] parameterAnnotationTable)
        Parameters:
        parameterAnnotationTable - the entries to set in this parameter annotation