Class Global
- java.lang.Object
-
- de.inetsoftware.jwebassembly.binary.SectionEntry
-
- de.inetsoftware.jwebassembly.binary.Global
-
class Global extends SectionEntry
An entry in the global section of the WebAssembly.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
id
(package private) boolean
mutability
(package private) AnyType
type
-
Constructor Summary
Constructors Constructor Description Global()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
writeSectionEntry(WasmOutputStream stream)
Write this single entry to a section
-
-
-
Field Detail
-
id
int id
-
type
AnyType type
-
mutability
boolean mutability
-
-
Method Detail
-
writeSectionEntry
void writeSectionEntry(WasmOutputStream stream) throws java.io.IOException
Write this single entry to a section- Specified by:
writeSectionEntry
in classSectionEntry
- Parameters:
stream
- the target- Throws:
java.io.IOException
- if any I/O error occur
-
-