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