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) classAn array type entry in the type section of the WebAssembly.(package private) classAn entry in the function section of the WebAssembly.(package private) classAn entry in the function section of the WebAssembly.(package private) classAn entry in the type section of the WebAssembly.(package private) classAn entry in the global section of the WebAssembly.(package private) classAn entry in the import section of the WebAssembly.(package private) classAn struct type entry in the type section of the WebAssembly.(package private) classAn entry in the type section of the WebAssembly.Method parameters in de.inetsoftware.jwebassembly.binary with type arguments of type SectionEntryModifier and TypeMethodDescriptionprivate voidBinaryModuleWriter.writeSection(SectionType type, Collection<? extends SectionEntry> entries) Write a section with list format to the output.