Uses of Class
de.inetsoftware.jwebassembly.module.TypeManager.BlockType
Packages that use TypeManager.BlockType
Package
Description
-
Uses of TypeManager.BlockType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type TypeManager.BlockTypeModifier and TypeMethodDescriptionprotected int
BinaryModuleWriter.writeBlockType
(TypeManager.BlockType type) Write a block type. -
Uses of TypeManager.BlockType in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module with type parameters of type TypeManager.BlockTypeModifier and TypeFieldDescriptionprivate final Map
<TypeManager.BlockType, TypeManager.BlockType> TypeManager.blockTypes
private final Map
<TypeManager.BlockType, TypeManager.BlockType> TypeManager.blockTypes
Methods in de.inetsoftware.jwebassembly.module that return TypeManager.BlockTypeMethods in de.inetsoftware.jwebassembly.module with parameters of type TypeManager.BlockTypeModifier and TypeMethodDescriptionprotected abstract int
ModuleWriter.writeBlockType
(TypeManager.BlockType type) Write a block type. -
Uses of TypeManager.BlockType in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type TypeManager.BlockTypeModifier and TypeMethodDescriptionprotected int
TextModuleWriter.writeBlockType
(TypeManager.BlockType type) Write a block type.