Class TypeEntry

    • Constructor Detail

      • TypeEntry

        TypeEntry()
    • Method Detail

      • writeSectionEntry

        final void writeSectionEntry​(WasmOutputStream stream)
                              throws java.io.IOException
        Write this single entry to a section
        Specified by:
        writeSectionEntry in class SectionEntry
        Parameters:
        stream - the target
        Throws:
        java.io.IOException - if any I/O error occur
      • getTypeForm

        abstract ValueType getTypeForm()
        Get the form of the type.
        Returns:
        the form
      • writeSectionEntryDetails

        abstract void writeSectionEntryDetails​(WasmOutputStream stream)
                                        throws java.io.IOException
        Write this single entry to a section
        Parameters:
        stream - the target
        Throws:
        java.io.IOException - if any I/O error occur
      • hashCode

        public abstract int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public abstract boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object