Class RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Object> getClassFileEntries()
      Gets all annotation class file entries.
      int getLength()
      Gets the cumulative length of all annotations.
      void resolve​(ClassConstantPool pool)
      Resolves all annotations in this instance against the given pool.
      void writeBody​(java.io.DataOutputStream dos)
      Writes this body to the given output stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClassFileEntries

        public java.util.List<java.lang.Object> getClassFileEntries()
        Gets all annotation class file entries.
        Returns:
        all annotation class file entries.
      • getLength

        public int getLength()
        Gets the cumulative length of all annotations.
        Returns:
        the cumulative length of all annotations.
      • resolve

        public void resolve​(ClassConstantPool pool)
        Resolves all annotations in this instance against the given pool.
        Parameters:
        pool - A class constant pool.
      • writeBody

        public void writeBody​(java.io.DataOutputStream dos)
                       throws java.io.IOException
        Writes this body to the given output stream.
        Parameters:
        dos - the output stream.
        Throws:
        java.io.IOException - if an I/O error occurs.