Uses of Enum
de.inetsoftware.jwebassembly.wasm.StructOperator
Packages that use StructOperator
Package
Description
-
Uses of StructOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type StructOperatorModifier and TypeMethodDescriptionprotected void
BinaryModuleWriter.writeStructOperator
(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of StructOperator in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as StructOperatorMethods in de.inetsoftware.jwebassembly.module that return StructOperatorModifier and TypeMethodDescription(package private) StructOperator
WasmStructInstruction.getOperator()
Get the StructOperatorMethods in de.inetsoftware.jwebassembly.module with parameters of type StructOperatorModifier and TypeMethodDescriptionprotected void
WasmCodeBuilder.addStructInstruction
(StructOperator op, String typeName, NamedStorageType fieldName, int javaCodePos, int lineNumber) Add a struct/object operation to the instruction list.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 StructOperatorModifierConstructorDescription(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 StructOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type StructOperatorModifier and TypeMethodDescriptionprotected void
TextModuleWriter.writeStructOperator
(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of StructOperator in de.inetsoftware.jwebassembly.wasm
Methods in de.inetsoftware.jwebassembly.wasm that return StructOperatorModifier and TypeMethodDescriptionstatic StructOperator
Returns the enum constant of this type with the specified name.static StructOperator[]
StructOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.