Uses of Enum
de.inetsoftware.jwebassembly.binary.SectionType
Packages that use SectionType
-
Uses of SectionType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary that return SectionTypeModifier and TypeMethodDescriptionstatic SectionType
Returns 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 void
BinaryModuleWriter.writeSection
(SectionType type, Collection<? extends SectionEntry> entries) Write a section with list format to the output.(package private) void
WasmOutputStream.writeSection
(SectionType type, WasmOutputStream data) Write a section with header and data.