Package org.teavm.backend.wasm.parser
Interface SectionListener
- All Known Subinterfaces:
CodeSectionListener,TypeSectionListener
- All Known Implementing Classes:
ControlFlowParser,DisassemblyCodeSectionListener,DisassemblyTypeSectionListener
public interface SectionListener
-
Method Summary
-
Method Details
-
sectionStart
default void sectionStart(int functionCount) -
sectionEnd
default void sectionEnd()
-