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