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 voidBinaryModuleWriter.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 voidWasmCodeBuilder.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 voidModuleWriter.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 voidTextModuleWriter.writeArrayOperator(ArrayOperator op, ArrayType type) Write an array operation. -
Uses of ArrayOperator in de.inetsoftware.jwebassembly.wasm
Subclasses with type arguments of type ArrayOperator in de.inetsoftware.jwebassembly.wasmMethods in de.inetsoftware.jwebassembly.wasm that return ArrayOperatorModifier and TypeMethodDescriptionstatic ArrayOperatorReturns 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.