Uses of Class
de.inetsoftware.jwebassembly.watparser.WatParser
-
Packages that use WatParser Package Description de.inetsoftware.jwebassembly.module -
-
Uses of WatParser in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as WatParser Modifier and Type Field Description private WatParser
ModuleGenerator. watParser
Methods in de.inetsoftware.jwebassembly.module with parameters of type WatParser Modifier and Type Method Description protected WasmCodeBuilder
MultiArrayFunctionName. getCodeBuilder(WatParser watParser)
Get the WasmCodeBuilder for the synthetic WASM code.protected WasmCodeBuilder
SyntheticFunctionName. getCodeBuilder(WatParser watParser)
Get the WasmCodeBuilder for the synthetic WASM code.protected WasmCodeBuilder
WatCodeSyntheticFunctionName. getCodeBuilder(WatParser watParser)
Get the WasmCodeBuilder for the synthetic WASM code.
-