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