Class CallRef
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.CallRef
- All Implemented Interfaces:
WasmValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmValue
WasmValue.ExportContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(BinaryWriter.Writer binaryWriter, WasmValue.ExportContext context) void
writeTo
(TextWriter textWriter, WasmValue.ExportContext context)
-
Field Details
-
type
-
arguments
-
-
Constructor Details
-
CallRef
CallRef(FunctionType type, List<WasmValue> arguments)
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-
writeTo
public void writeTo(BinaryWriter.Writer binaryWriter, WasmValue.ExportContext context) throws IOException - Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-