Uses of Class
de.inetsoftware.jwebassembly.module.WasmCallIndirectInstruction
Packages that use WasmCallIndirectInstruction
-
Uses of WasmCallIndirectInstruction in de.inetsoftware.jwebassembly.module
Subclasses of WasmCallIndirectInstruction in de.inetsoftware.jwebassembly.moduleModifier and TypeClassDescription(package private) classWasmInstruction for a function call.(package private) classWasmInstruction for a function call.Fields in de.inetsoftware.jwebassembly.module declared as WasmCallIndirectInstructionMethods in de.inetsoftware.jwebassembly.module with parameters of type WasmCallIndirectInstructionModifier and TypeMethodDescriptionprivate voidWasmCodeBuilder.addCallIndirectInstruction(WasmCallIndirectInstruction indirectCall) Add indirect call to the instruction.Constructors in de.inetsoftware.jwebassembly.module with parameters of type WasmCallIndirectInstructionModifierConstructorDescription(package private)DupThis(WasmCallIndirectInstruction virtualCall, int tempVarSlot, LocaleVariableManager localVariables, int javaCodePos) Create a instance.