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 WasmValue
WasmValue.ExportContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(TextWriter textWriter, WasmValue.ExportContext context) Methods inherited from class UnaryExpression
writeTo
-
Constructor Details
-
ReturnValue
ReturnValue(WasmValue value)
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWasmValue- Overrides:
writeToin classUnaryExpression- Throws:
IOException
-