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