Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.I64Mul
-
Packages that use I64Mul Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of I64Mul in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return I64Mul Modifier and Type Method Description static I64Mul
ConstExpressions.i64. mul(WasmValue leftValue, WasmValue rightValue)
-