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 intBinaryModuleWriter. 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. blockTypesprivate java.util.Map<TypeManager.BlockType,TypeManager.BlockType>TypeManager. blockTypesMethods in de.inetsoftware.jwebassembly.module that return TypeManager.BlockType Modifier and Type Method Description (package private) TypeManager.BlockTypeTypeManager. 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 intModuleWriter. 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 intTextModuleWriter. writeBlockType(TypeManager.BlockType type)Write a block type.
-