Uses of Class
de.inetsoftware.jwebassembly.binary.TypeEntry
-
Packages that use TypeEntry Package Description de.inetsoftware.jwebassembly.binary -
-
Uses of TypeEntry in de.inetsoftware.jwebassembly.binary
Subclasses of TypeEntry in de.inetsoftware.jwebassembly.binary Modifier and Type Class Description (package private) class
ArrayTypeEntry
An array type entry in the type section of the WebAssembly.(package private) class
FunctionTypeEntry
An entry in the type section of the WebAssembly.(package private) class
StructTypeEntry
An struct type entry in the type section of the WebAssembly.Fields in de.inetsoftware.jwebassembly.binary with type parameters of type TypeEntry Modifier and Type Field Description private java.util.List<TypeEntry>
BinaryModuleWriter. functionTypes
-