Uses of Class
de.inetsoftware.jwebassembly.module.WasmCodeBuilder
Packages that use WasmCodeBuilder
-
Uses of WasmCodeBuilder in de.inetsoftware.jwebassembly.module
Subclasses of WasmCodeBuilder in de.inetsoftware.jwebassembly.moduleModifier and TypeClassDescription(package private) classConvert Java Byte Code to a list of WasmInstruction.Methods in de.inetsoftware.jwebassembly.module that return WasmCodeBuilderModifier and TypeMethodDescriptionprivate 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 WasmCodeBuilderModifier and TypeMethodDescriptionprivate 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 WasmCodeBuilderModifierConstructorDescription(package private)JavaMethodWasmCodeBuilder(WasmCodeBuilder codeBuilder) Create an instance(package private)WasmCodeBuilder(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