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