Class I32WrapI64
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.UnaryExpression
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.I32WrapI64
-
- All Implemented Interfaces:
WasmExpression
,WasmValue
public class I32WrapI64 extends UnaryExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmValue
WasmValue.ExportContext
-
-
Constructor Summary
Constructors Constructor Description I32WrapI64(WasmValue value)
-
Method Summary
-
Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.UnaryExpression
writeTo, writeTo
-
-
-
-
Constructor Detail
-
I32WrapI64
I32WrapI64(WasmValue value)
-
-