Uses of Class
de.inetsoftware.jwebassembly.wasm.NamedStorageType
-
Packages that use NamedStorageType Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text de.inetsoftware.jwebassembly.wasm -
-
Uses of NamedStorageType in de.inetsoftware.jwebassembly.binary
Fields in de.inetsoftware.jwebassembly.binary declared as NamedStorageType Modifier and Type Field Description private NamedStorageType
ArrayTypeEntry. field
Fields in de.inetsoftware.jwebassembly.binary with type parameters of type NamedStorageType Modifier and Type Field Description private java.util.List<NamedStorageType>
StructTypeEntry. fields
Methods in de.inetsoftware.jwebassembly.binary with parameters of type NamedStorageType Modifier and Type Method Description protected 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 NamedStorageType Constructor Description ArrayTypeEntry(java.util.List<NamedStorageType> fields)
Create a new instance.StructTypeEntry(java.util.List<NamedStorageType> fields)
Create a new instance. -
Uses of NamedStorageType in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as NamedStorageType Modifier and Type Field Description private NamedStorageType
WasmStructInstruction. fieldName
Fields in de.inetsoftware.jwebassembly.module with type parameters of type NamedStorageType Modifier and Type Field Description private java.util.List<NamedStorageType>
TypeManager.StructType. fields
private java.util.ArrayList<NamedStorageType>
TypeManager.LambdaType. paramFields
Methods in de.inetsoftware.jwebassembly.module that return types with arguments of type NamedStorageType Modifier and Type Method Description java.util.List<NamedStorageType>
TypeManager.StructType. getFields()
Get the fields of this struct(package private) java.util.ArrayList<NamedStorageType>
TypeManager.LambdaType. getParamFields()
The parameters of the constructorMethods in de.inetsoftware.jwebassembly.module with parameters of type NamedStorageType Modifier and Type Method Description protected void
WasmCodeBuilder. addStructInstruction(StructOperator op, java.lang.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 NamedStorageType Constructor Description WasmStructInstruction(StructOperator op, TypeManager.StructType type, NamedStorageType fieldName, int javaCodePos, int lineNumber, TypeManager types)
Create an instance of numeric operation.WasmStructInstruction(StructOperator op, java.lang.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 NamedStorageType Modifier and Type Method Description protected 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 NamedStorageType Modifier and Type Field Description private NamedStorageType
ArrayType. nativeFieldName
Methods in de.inetsoftware.jwebassembly.wasm that return NamedStorageType Modifier and Type Method Description NamedStorageType
ArrayType. getNativeFieldName()
The native field name
-