Class GetGlobal
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.GetGlobal
- All Implemented Interfaces:
WasmExpression
,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 codeWriter, WasmValue.ExportContext context) void
writeTo
(TextWriter textWriter, WasmValue.ExportContext context)
-
Field Details
-
global
-
-
Constructor Details
-
GetGlobal
GetGlobal(Global global)
-
-
Method Details
-
writeTo
-
writeTo
public void writeTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) throws IOException - Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-