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 NamedStorageTypeArrayTypeEntry. fieldFields in de.inetsoftware.jwebassembly.binary with type parameters of type NamedStorageType Modifier and Type Field Description private java.util.List<NamedStorageType>StructTypeEntry. fieldsMethods in de.inetsoftware.jwebassembly.binary with parameters of type NamedStorageType Modifier and Type Method Description protected voidBinaryModuleWriter. 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 NamedStorageTypeWasmStructInstruction. fieldNameFields in de.inetsoftware.jwebassembly.module with type parameters of type NamedStorageType Modifier and Type Field Description private java.util.List<NamedStorageType>TypeManager.StructType. fieldsprivate java.util.ArrayList<NamedStorageType>TypeManager.LambdaType. paramFieldsMethods 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 voidWasmCodeBuilder. addStructInstruction(StructOperator op, java.lang.String typeName, NamedStorageType fieldName, int javaCodePos, int lineNumber)Add a struct/object operation to the instruction list.(package private) voidTypeManager.StructType. useFieldName(NamedStorageType fieldName)Mark that the field was used in any getter or setter.protected abstract voidModuleWriter. 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 voidTextModuleWriter. 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 NamedStorageTypeArrayType. nativeFieldNameMethods in de.inetsoftware.jwebassembly.wasm that return NamedStorageType Modifier and Type Method Description NamedStorageTypeArrayType. getNativeFieldName()The native field name
-