Uses of Class
de.inetsoftware.jwebassembly.wasm.ArrayOperator
-
Packages that use ArrayOperator Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text de.inetsoftware.jwebassembly.wasm -
-
Uses of ArrayOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type ArrayOperator Modifier and Type Method Description protected void
BinaryModuleWriter. writeArrayOperator(ArrayOperator op, ArrayType type)
Write an array operation. -
Uses of ArrayOperator in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as ArrayOperator Modifier and Type Field Description private ArrayOperator
WasmArrayInstruction. op
Methods in de.inetsoftware.jwebassembly.module with parameters of type ArrayOperator Modifier and Type Method Description protected void
WasmCodeBuilder. addArrayInstruction(ArrayOperator op, AnyType type, int javaCodePos, int lineNumber)
Add an array operation to the instruction list as marker on the code position.protected abstract void
ModuleWriter. writeArrayOperator(ArrayOperator op, ArrayType type)
Write an array operation.Constructors in de.inetsoftware.jwebassembly.module with parameters of type ArrayOperator Constructor Description WasmArrayInstruction(ArrayOperator op, AnyType type, TypeManager types, int javaCodePos, int lineNumber)
Create an instance of an array operation. -
Uses of ArrayOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type ArrayOperator Modifier and Type Method Description protected void
TextModuleWriter. writeArrayOperator(ArrayOperator op, ArrayType type)
Write an array operation. -
Uses of ArrayOperator in de.inetsoftware.jwebassembly.wasm
Methods in de.inetsoftware.jwebassembly.wasm that return ArrayOperator Modifier and Type Method Description static ArrayOperator
ArrayOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ArrayOperator[]
ArrayOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-