Class FunctionTypeEntry


  • class FunctionTypeEntry
    extends TypeEntry
    An entry in the type section of the WebAssembly.
    • Field Detail

      • params

        final java.util.List<AnyType> params
      • results

        final java.util.List<AnyType> results
    • Constructor Detail

      • FunctionTypeEntry

        FunctionTypeEntry()
    • Method Detail

      • writeSectionEntryDetails

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

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class TypeEntry