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