Class Global
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Global
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getType()
void
writeTo
(BinaryWriter.SectionWriter writer, WasmValue.ExportContext context) void
writeTo
(TextWriter textWriter)
-
Field Details
-
label
-
type
-
mutable
private final boolean mutable -
initializer
-
-
Constructor Details
-
Global
-
-
Method Details
-
getLabel
-
getType
-
writeTo
- Throws:
IOException
-
writeTo
public void writeTo(BinaryWriter.SectionWriter writer, WasmValue.ExportContext context) throws IOException - Throws:
IOException
-