Uses of Enum
de.inetsoftware.jwebassembly.wasm.ArrayOperator
Packages that use ArrayOperator
Package
Description
-
Uses of ArrayOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type ArrayOperatorModifier and TypeMethodDescriptionprotected 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 ArrayOperatorMethods in de.inetsoftware.jwebassembly.module with parameters of type ArrayOperatorModifier and TypeMethodDescriptionprotected 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 ArrayOperatorModifierConstructorDescription(package private)
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 ArrayOperatorModifier and TypeMethodDescriptionprotected 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 ArrayOperatorModifier and TypeMethodDescriptionstatic ArrayOperator
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.