Uses of Class
de.inetsoftware.jwebassembly.wasm.StructOperator
-
Packages that use StructOperator Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text de.inetsoftware.jwebassembly.wasm -
-
Uses of StructOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type StructOperator Modifier and Type Method Description protected 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 StructOperator Modifier and Type Field Description private StructOperator
WasmStructInstruction. op
Methods in de.inetsoftware.jwebassembly.module that return StructOperator Modifier and Type Method Description (package private) StructOperator
WasmStructInstruction. getOperator()
Get the StructOperatorMethods in de.inetsoftware.jwebassembly.module with parameters of type StructOperator 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.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 StructOperator 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 StructOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type StructOperator Modifier and Type Method Description protected 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 StructOperator Modifier and Type Method Description static StructOperator
StructOperator. valueOf(java.lang.String name)
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.
-