Class Module
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Module
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ElementSectionprivate final ExportsSectionprivate final FunctionsSectionprivate final GlobalsSectionprivate final ImportsSectionprivate final Stringprivate final MemorySectionprivate final NameSectionprivate final SourceMapSectionprivate final TablesSectionprivate final TagSectionprivate final TypesSection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getMems()getTags()getTypes()tagIndex()voidwriteTo(BinaryWriter writer, boolean enableDebug) voidwriteTo(TextWriter writer, boolean enableDebug)
-
Field Details
-
label
-
types
-
functions
-
tables
-
mems
-
globals
-
elements
-
imports
-
exports
-
names
-
tags
-
sourceMapSection
-
-
Constructor Details
-
Module
-
-
Method Details
-
writeTo
- Throws:
IOException
-
getTypes
-
globalsIndex
-
tagIndex
-
functionIndex
-
writeTo
- Throws:
IOException
-
getLabel
-
getMems
-
getFunctions
-
getImports
-
getGlobals
-
getExports
-
getTables
-
getTags
-