Uses of Enum
de.inetsoftware.jwebassembly.binary.SectionType
Packages that use SectionType
-
Uses of SectionType in de.inetsoftware.jwebassembly.binary
Subclasses with type arguments of type SectionType in de.inetsoftware.jwebassembly.binaryMethods in de.inetsoftware.jwebassembly.binary that return SectionTypeModifier and TypeMethodDescriptionstatic SectionTypeReturns the enum constant of this type with the specified name.static SectionType[]SectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.inetsoftware.jwebassembly.binary with parameters of type SectionTypeModifier and TypeMethodDescriptionprivate voidBinaryModuleWriter.writeSection(SectionType type, Collection<? extends SectionEntry> entries) Write a section with list format to the output.(package private) voidWasmOutputStream.writeSection(SectionType type, WasmOutputStream data) Write a section with header and data.