Class WasmFuncRef
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmFuncRef
- 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 writer, WasmValue.ExportContext context)
-
Field Details
-
function
-
-
Constructor Details
-
WasmFuncRef
WasmFuncRef(Callable function)
-
-
Method Details
-
writeTo
-
writeTo
public void writeTo(BinaryWriter.Writer binaryWriter, WasmValue.ExportContext context) throws IOException - Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-