Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.BinaryWriter.SectionWriter
Packages that use BinaryWriter.SectionWriter
-
Uses of BinaryWriter.SectionWriter in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return BinaryWriter.SectionWriterModifier and TypeMethodDescriptionBinaryWriter.codeSection()BinaryWriter.customSection()BinaryWriter.elementsSection()BinaryWriter.exportsSection()BinaryWriter.functionSection()BinaryWriter.globalsSection()BinaryWriter.importsSection()BinaryWriter.memorySection()BinaryWriter.SectionWriter.subSection(byte subSectionCode) BinaryWriter.tablesSection()BinaryWriter.tagSection()BinaryWriter.typeSection()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type BinaryWriter.SectionWriterModifier and TypeMethodDescriptionvoidGlobal.writeTo(BinaryWriter.SectionWriter writer, WasmValue.ExportContext context) voidTablesSection.AnyFuncTable.writeTo(BinaryWriter.SectionWriter writer) voidTag.writeTo(BinaryWriter.SectionWriter sectionWriter)