Uses of Class
de.inetsoftware.jwebassembly.wasm.NamedStorageType
Packages that use NamedStorageType
Package
Description
-
Uses of NamedStorageType in de.inetsoftware.jwebassembly.binary
Fields in de.inetsoftware.jwebassembly.binary declared as NamedStorageTypeFields in de.inetsoftware.jwebassembly.binary with type parameters of type NamedStorageTypeMethods in de.inetsoftware.jwebassembly.binary with parameters of type NamedStorageTypeModifier and TypeMethodDescriptionprotected void
BinaryModuleWriter.writeStructOperator
(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operationConstructor parameters in de.inetsoftware.jwebassembly.binary with type arguments of type NamedStorageTypeModifierConstructorDescription(package private)
ArrayTypeEntry
(List<NamedStorageType> fields) Create a new instance.(package private)
StructTypeEntry
(List<NamedStorageType> fields) Create a new instance. -
Uses of NamedStorageType in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as NamedStorageTypeFields in de.inetsoftware.jwebassembly.module with type parameters of type NamedStorageTypeModifier and TypeFieldDescriptionprivate List
<NamedStorageType> TypeManager.StructType.fields
private ArrayList
<NamedStorageType> TypeManager.LambdaType.paramFields
Methods in de.inetsoftware.jwebassembly.module that return types with arguments of type NamedStorageTypeModifier and TypeMethodDescriptionTypeManager.StructType.getFields()
Get the fields of this struct(package private) ArrayList
<NamedStorageType> TypeManager.LambdaType.getParamFields()
The parameters of the constructorMethods in de.inetsoftware.jwebassembly.module with parameters of type NamedStorageTypeModifier and TypeMethodDescriptionprotected void
WasmCodeBuilder.addStructInstruction
(StructOperator op, String typeName, NamedStorageType fieldName, int javaCodePos, int lineNumber) Add a struct/object operation to the instruction list.(package private) void
TypeManager.StructType.useFieldName
(NamedStorageType fieldName) Mark that the field was used in any getter or setter.protected abstract void
ModuleWriter.writeStructOperator
(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operationConstructors in de.inetsoftware.jwebassembly.module with parameters of type NamedStorageTypeModifierConstructorDescription(package private)
WasmStructInstruction
(StructOperator op, TypeManager.StructType type, NamedStorageType fieldName, int javaCodePos, int lineNumber, TypeManager types) Create an instance of numeric operation.(package private)
WasmStructInstruction
(StructOperator op, String typeName, NamedStorageType fieldName, int javaCodePos, int lineNumber, TypeManager types) Create an instance of numeric operation. -
Uses of NamedStorageType in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type NamedStorageTypeModifier and TypeMethodDescriptionprotected void
TextModuleWriter.writeStructOperator
(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of NamedStorageType in de.inetsoftware.jwebassembly.wasm
Fields in de.inetsoftware.jwebassembly.wasm declared as NamedStorageTypeMethods in de.inetsoftware.jwebassembly.wasm that return NamedStorageType