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 WasmNumericInstructionBranchManager.IfParsedBlock.instrMethods in de.inetsoftware.jwebassembly.module that return WasmNumericInstructionModifier and TypeMethodDescriptionprotected WasmNumericInstructionWasmCodeBuilder.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) voidBranchManager.addIfOperator(int startPosition, int offset, int lineNumber, WasmNumericInstruction instr) Add a new IF operator.Constructors in de.inetsoftware.jwebassembly.module with parameters of type WasmNumericInstructionModifierConstructorDescriptionprivateIfParsedBlock(int startPosition, int offset, int lineNumber, WasmNumericInstruction instr, JumpInstruction jump) Create new instance