Interface TypeSectionListener
- All Superinterfaces:
SectionListener
- All Known Implementing Classes:
DisassemblyTypeSectionListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voiddefault voiddefault voiddefault voidendType()default voidfield(WasmHollowStorageType hollowType, boolean mutable) default voidfuncType(int paramCount) default voidfuncTypeResults(int returnCount) default voidresultType(WasmHollowType type) default voiddefault voidstartRecType(int count) default voidstartStructType(int fieldCount) default voidstartType(int index, boolean open, int[] supertypes) Methods inherited from interface SectionListener
sectionEnd, sectionStart
-
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
-
endStructType
default void endStructType() -
funcType
default void funcType(int paramCount) -
funcTypeResults
default void funcTypeResults(int returnCount) -
resultType
-
endFuncType
default void endFuncType() -
endType
default void endType()
-