Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.BinaryWriter.SectionWriter
-
Packages that use BinaryWriter.SectionWriter Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of BinaryWriter.SectionWriter in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return BinaryWriter.SectionWriter Modifier and Type Method Description BinaryWriter.SectionWriter
BinaryWriter. codeSection()
BinaryWriter.SectionWriter
BinaryWriter. customSection()
BinaryWriter.SectionWriter
BinaryWriter. elementsSection()
BinaryWriter.SectionWriter
BinaryWriter. exportsSection()
BinaryWriter.SectionWriter
BinaryWriter. functionSection()
BinaryWriter.SectionWriter
BinaryWriter. globalsSection()
BinaryWriter.SectionWriter
BinaryWriter. importsSection()
BinaryWriter.SectionWriter
BinaryWriter. memorySection()
BinaryWriter.SectionWriter
BinaryWriter.SectionWriter. subSection(byte subSectionCode)
BinaryWriter.SectionWriter
BinaryWriter. tablesSection()
BinaryWriter.SectionWriter
BinaryWriter. tagSection()
BinaryWriter.SectionWriter
BinaryWriter. typeSection()
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type BinaryWriter.SectionWriter Modifier and Type Method Description void
Global. writeTo(BinaryWriter.SectionWriter writer, WasmValue.ExportContext context)
void
TablesSection.AnyFuncTable. writeTo(BinaryWriter.SectionWriter writer)
void
Tag. writeTo(BinaryWriter.SectionWriter sectionWriter)
-