Uses of Class
de.inetsoftware.jwebassembly.wasm.NamedStorageType
Packages that use NamedStorageType
Package
Description
-
Uses of NamedStorageType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type NamedStorageTypeModifier and TypeMethodDescriptionprotected voidBinaryModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of NamedStorageType in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module that return types with arguments of type NamedStorageTypeModifier and TypeMethodDescriptionTypeManager.StructType.getFields()Get the fields of this structMethods in de.inetsoftware.jwebassembly.module with parameters of type NamedStorageTypeModifier and TypeMethodDescriptionprotected voidWasmCodeBuilder.addStructInstruction(StructOperator op, String typeName, NamedStorageType fieldName, int javaCodePos, int lineNumber) Add a struct/object operation to the instruction list.protected abstract voidModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of NamedStorageType in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type NamedStorageTypeModifier and TypeMethodDescriptionprotected voidTextModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of NamedStorageType in de.inetsoftware.jwebassembly.wasm
Methods in de.inetsoftware.jwebassembly.wasm that return NamedStorageType