Class Global
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.Global
-
public class Global extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
WasmType
getType()
void
writeTo(BinaryWriter.SectionWriter writer, WasmValue.ExportContext context)
void
writeTo(TextWriter textWriter)
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
getType
public WasmType getType()
-
writeTo
public void writeTo(TextWriter textWriter) throws java.io.IOException
- Throws:
java.io.IOException
-
writeTo
public void writeTo(BinaryWriter.SectionWriter writer, WasmValue.ExportContext context) throws java.io.IOException
- Throws:
java.io.IOException
-
-