Uses of Class
de.inetsoftware.jwebassembly.binary.SectionType
-
Packages that use SectionType Package Description de.inetsoftware.jwebassembly.binary -
-
Uses of SectionType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary that return SectionType Modifier and Type Method Description static SectionType
SectionType. valueOf(java.lang.String name)
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 SectionType Modifier and Type Method Description private void
BinaryModuleWriter. writeSection(SectionType type, java.util.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.
-