Class F64ReinterpretI64
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.UnaryExpression
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.F64ReinterpretI64
-
- All Implemented Interfaces:
WasmExpression
,WasmValue
public class F64ReinterpretI64 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 F64ReinterpretI64(WasmValue value)
-
Method Summary
-
Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.UnaryExpression
writeTo, writeTo
-
-
-
-
Constructor Detail
-
F64ReinterpretI64
F64ReinterpretI64(WasmValue value)
-
-