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