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