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