Uses of Class
de.inetsoftware.jwebassembly.module.WasmCodeBuilder
-
Packages that use WasmCodeBuilder Package Description de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.watparser -
-
Uses of WasmCodeBuilder in de.inetsoftware.jwebassembly.module
Subclasses of WasmCodeBuilder in de.inetsoftware.jwebassembly.module Modifier and Type Class Description (package private) classJavaMethodWasmCodeBuilderConvert Java Byte Code to a list of WasmInstruction.Methods in de.inetsoftware.jwebassembly.module that return WasmCodeBuilder Modifier and Type Method Description private WasmCodeBuilderModuleGenerator. createInstructions(MethodInfo method)Create the instructions in a code builderprotected WasmCodeBuilderMultiArrayFunctionName. getCodeBuilder(WatParser watParser)Get the WasmCodeBuilder for the synthetic WASM code.protected WasmCodeBuilderSyntheticFunctionName. getCodeBuilder(WatParser watParser)Get the WasmCodeBuilder for the synthetic WASM code.protected WasmCodeBuilderWatCodeSyntheticFunctionName. getCodeBuilder(WatParser watParser)Get the WasmCodeBuilder for the synthetic WASM code.Methods in de.inetsoftware.jwebassembly.module with parameters of type WasmCodeBuilder Modifier and Type Method Description private voidModuleGenerator. writeMethodImpl(FunctionName name, WasmCodeBuilder codeBuilder)Write the method instruction to the Wasm writer.private voidModuleGenerator. writeMethodSignature(FunctionName name, FunctionType funcType, WasmCodeBuilder codeBuilder)Write the parameter and return signaturesConstructors in de.inetsoftware.jwebassembly.module with parameters of type WasmCodeBuilder Constructor Description JavaMethodWasmCodeBuilder(WasmCodeBuilder codeBuilder)Create an instanceWasmCodeBuilder(WasmCodeBuilder codeBuilder)Create a new instance with shared resources -
Uses of WasmCodeBuilder in de.inetsoftware.jwebassembly.watparser
Subclasses of WasmCodeBuilder in de.inetsoftware.jwebassembly.watparser Modifier and Type Class Description classWatParserParser for text format of a function.
-