Interface BytecodeAnnotationValue

    • Method Detail

      • writeTo

        void writeTo​(org.objectweb.asm.AnnotationVisitor visitor)
        Write the value to the given visitor.
        Parameters:
        visitor - Visitor.
      • directives

        Iterable<org.xembly.Directive> directives​(int index,
                                                  Format format)
        Convert to directives.
        Parameters:
        index - Index of the annotation in the list of annotations.
        format - Format of the directives.
        Returns:
        Directives.