Uses of Class
de.inetsoftware.jwebassembly.module.WasmCallIndirectInstruction
-
Packages that use WasmCallIndirectInstruction Package Description de.inetsoftware.jwebassembly.module -
-
Uses of WasmCallIndirectInstruction in de.inetsoftware.jwebassembly.module
Subclasses of WasmCallIndirectInstruction in de.inetsoftware.jwebassembly.module Modifier and Type Class Description (package private) classWasmCallInterfaceInstructionWasmInstruction for a function call.(package private) classWasmCallVirtualInstructionWasmInstruction for a function call.Fields in de.inetsoftware.jwebassembly.module declared as WasmCallIndirectInstruction Modifier and Type Field Description private WasmCallIndirectInstructionDupThis. virtualCallMethods in de.inetsoftware.jwebassembly.module with parameters of type WasmCallIndirectInstruction Modifier and Type Method Description private voidWasmCodeBuilder. addCallIndirectInstruction(WasmCallIndirectInstruction indirectCall)Add indirect call to the instruction.Constructors in de.inetsoftware.jwebassembly.module with parameters of type WasmCallIndirectInstruction Constructor Description DupThis(WasmCallIndirectInstruction virtualCall, int tempVarSlot, LocaleVariableManager localVariables, int javaCodePos)Create a instance.
-