Uses of Class
de.inetsoftware.jwebassembly.binary.SectionEntry
Packages that use SectionEntry
-
Uses of SectionEntry in de.inetsoftware.jwebassembly.binary
Subclasses of SectionEntry in de.inetsoftware.jwebassembly.binaryModifier and TypeClassDescription(package private) class
An array type entry in the type section of the WebAssembly.(package private) class
An entry in the function section of the WebAssembly.(package private) class
An entry in the function section of the WebAssembly.(package private) class
An entry in the type section of the WebAssembly.(package private) class
An entry in the global section of the WebAssembly.(package private) class
An entry in the import section of the WebAssembly.(package private) class
An struct type entry in the type section of the WebAssembly.(package private) class
An entry in the type section of the WebAssembly.Method parameters in de.inetsoftware.jwebassembly.binary with type arguments of type SectionEntryModifier and TypeMethodDescriptionprivate void
BinaryModuleWriter.writeSection
(SectionType type, Collection<? extends SectionEntry> entries) Write a section with list format to the output.