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 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.BlockTypeModifier and TypeFieldDescriptionprivate final Map<TypeManager.BlockType, TypeManager.BlockType> TypeManager.blockTypesprivate final Map<TypeManager.BlockType, TypeManager.BlockType> TypeManager.blockTypesMethods in de.inetsoftware.jwebassembly.module that return TypeManager.BlockTypeMethods in de.inetsoftware.jwebassembly.module with parameters of type TypeManager.BlockTypeModifier and TypeMethodDescriptionprotected 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.BlockTypeModifier and TypeMethodDescriptionprotected intTextModuleWriter.writeBlockType(TypeManager.BlockType type) Write a block type.