Interface ClassFile.ElementValue

    • Method Detail

      • getTag

        byte getTag()
        Returns:
        The "tag" byte to use when storing this "value" in an "element_value" structure
      • store

        void store​(java.io.DataOutputStream dos)
            throws java.io.IOException
        Writes this element value in an element-value-type dependent way; see JVMS8 4.7.16.1. The "tag" byte is snot part of this writing!
        Throws:
        java.io.IOException