Uses of Class
de.inetsoftware.jwebassembly.module.WasmNumericInstruction
Packages that use WasmNumericInstruction
-
Uses of WasmNumericInstruction in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as WasmNumericInstructionModifier and TypeFieldDescriptionprivate WasmNumericInstruction
BranchManager.IfParsedBlock.instr
Methods in de.inetsoftware.jwebassembly.module that return WasmNumericInstructionModifier and TypeMethodDescriptionprotected WasmNumericInstruction
WasmCodeBuilder.addNumericInstruction
(NumericOperator numOp, ValueType valueType, int javaCodePos, int lineNumber) Add a numeric operation instructionMethods in de.inetsoftware.jwebassembly.module with parameters of type WasmNumericInstructionModifier and TypeMethodDescription(package private) void
BranchManager.addIfOperator
(int startPosition, int offset, int lineNumber, WasmNumericInstruction instr) Add a new IF operator.Constructors in de.inetsoftware.jwebassembly.module with parameters of type WasmNumericInstructionModifierConstructorDescriptionprivate
IfParsedBlock
(int startPosition, int offset, int lineNumber, WasmNumericInstruction instr, JumpInstruction jump) Create new instance