Class ParameterAnnotationEntry

  • All Implemented Interfaces:
    Node

    public class ParameterAnnotationEntry
    extends java.lang.Object
    implements Node
    represents one parameter annotation in the parameter annotation table
    Since:
    6.0
    • Method Detail

      • accept

        public void accept​(Visitor v)
        Called by objects that are traversing the nodes of the tree implicitely 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
        Parameters:
        v - Visitor object
      • getAnnotationEntries

        public AnnotationEntry[] getAnnotationEntries()
        returns the array of annotation entries in this annotation
      • dump

        public void dump​(java.io.DataOutputStream dos)
                  throws java.io.IOException
        Throws:
        java.io.IOException