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
public class ReturnValue 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 ReturnValue(WasmValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTo(TextWriter textWriter, WasmValue.ExportContext context)
-
Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.UnaryExpression
writeTo
-
-
-
-
Constructor Detail
-
ReturnValue
ReturnValue(WasmValue value)
-
-
Method Detail
-
writeTo
public void writeTo(TextWriter textWriter, WasmValue.ExportContext context) throws java.io.IOException
- Specified by:
writeTo
in interfaceWasmValue
- Overrides:
writeTo
in classUnaryExpression
- Throws:
java.io.IOException
-
-