Interface TypeSectionListener

All Superinterfaces:
SectionListener
All Known Implementing Classes:
DisassemblyTypeSectionListener

public interface TypeSectionListener extends SectionListener
  • Method Details

    • startRecType

      default void startRecType(int count)
    • endRecType

      default void endRecType()
    • startType

      default void startType(int index, boolean open, int[] supertypes)
    • startArrayType

      default void startArrayType()
    • endArrayType

      default void endArrayType()
    • startStructType

      default void startStructType(int fieldCount)
    • field

      default void field(WasmHollowStorageType hollowType, boolean mutable)
    • endStructType

      default void endStructType()
    • funcType

      default void funcType(int paramCount)
    • funcTypeResults

      default void funcTypeResults(int returnCount)
    • resultType

      default void resultType(WasmHollowType type)
    • endFuncType

      default void endFuncType()
    • endType

      default void endType()