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) class
WasmInstruction for a function call.(package private) class
WasmInstruction 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 void
WasmCodeBuilder.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.