Class ReturnValue
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.UnaryExpression
de.mirkosertic.bytecoder.core.backend.wasm.ast.ReturnValue
- All Implemented Interfaces:
WasmExpression
,WasmValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmValue
WasmValue.ExportContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(TextWriter textWriter, WasmValue.ExportContext context) Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.UnaryExpression
writeTo
-
Constructor Details
-
ReturnValue
ReturnValue(WasmValue value)
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceWasmValue
- Overrides:
writeTo
in classUnaryExpression
- Throws:
IOException
-