Uses of Class
de.inetsoftware.jwebassembly.module.TypeManager.BlockType
-
Packages that use TypeManager.BlockType Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text -
-
Uses of TypeManager.BlockType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type TypeManager.BlockType Modifier and Type Method Description protected 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.BlockType Modifier and Type Field Description private java.util.Map<TypeManager.BlockType,TypeManager.BlockType>
TypeManager. blockTypes
private java.util.Map<TypeManager.BlockType,TypeManager.BlockType>
TypeManager. blockTypes
Methods in de.inetsoftware.jwebassembly.module that return TypeManager.BlockType Modifier and Type Method Description (package private) TypeManager.BlockType
TypeManager. blockType(java.util.List<AnyType> params, java.util.List<AnyType> results)
Create block typeMethods in de.inetsoftware.jwebassembly.module with parameters of type TypeManager.BlockType Modifier and Type Method Description protected 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.BlockType Modifier and Type Method Description protected int
TextModuleWriter. writeBlockType(TypeManager.BlockType type)
Write a block type.
-