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.SectionWriterBinaryWriter. codeSection()BinaryWriter.SectionWriterBinaryWriter. customSection()BinaryWriter.SectionWriterBinaryWriter. elementsSection()BinaryWriter.SectionWriterBinaryWriter. exportsSection()BinaryWriter.SectionWriterBinaryWriter. functionSection()BinaryWriter.SectionWriterBinaryWriter. globalsSection()BinaryWriter.SectionWriterBinaryWriter. importsSection()BinaryWriter.SectionWriterBinaryWriter. memorySection()BinaryWriter.SectionWriterBinaryWriter.SectionWriter. subSection(byte subSectionCode)BinaryWriter.SectionWriterBinaryWriter. tablesSection()BinaryWriter.SectionWriterBinaryWriter. tagSection()BinaryWriter.SectionWriterBinaryWriter. typeSection()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type BinaryWriter.SectionWriter Modifier and Type Method Description voidGlobal. writeTo(BinaryWriter.SectionWriter writer, WasmValue.ExportContext context)voidTablesSection.AnyFuncTable. writeTo(BinaryWriter.SectionWriter writer)voidTag. writeTo(BinaryWriter.SectionWriter sectionWriter)
-