Package org.teavm.backend.wasm.parser
Interface CodeSectionListener
- All Superinterfaces:
SectionListener
- All Known Implementing Classes:
ControlFlowParser,DisassemblyCodeSectionListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault CodeListenercode()default voiddefault booleanfunctionStart(int index, int size) default voidlocal(int start, int count, WasmHollowType type) default voidlocalsStart(int count) Methods inherited from interface org.teavm.backend.wasm.parser.SectionListener
sectionEnd, sectionStart
-
Method Details
-
functionStart
default boolean functionStart(int index, int size) -
localsStart
default void localsStart(int count) -
local
-
code
-
functionEnd
default void functionEnd()
-