Interface ClassFile.StackMapTableAttribute.VerificationTypeInfo

    • Method Detail

      • category

        int category()
        Returns:
        The category of the type (1 or 2) (JVMS11 2.11.1)
      • store

        void store​(java.io.DataOutputStream dos)
            throws java.io.IOException
        Writes this object to an OutputStream, in "class file" format.
        Throws:
        java.io.IOException