Uses of Class
de.inetsoftware.jwebassembly.module.WasmNumericInstruction
-
Packages that use WasmNumericInstruction Package Description de.inetsoftware.jwebassembly.module -
-
Uses of WasmNumericInstruction in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as WasmNumericInstruction Modifier and Type Field Description private WasmNumericInstruction
BranchManager.IfParsedBlock. instr
Methods in de.inetsoftware.jwebassembly.module that return WasmNumericInstruction Modifier and Type Method Description protected 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 WasmNumericInstruction Modifier and Type Method Description (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 WasmNumericInstruction Constructor Description IfParsedBlock(int startPosition, int offset, int lineNumber, WasmNumericInstruction instr, JumpInstruction jump)
Create new instance
-