Uses of Enum
de.inetsoftware.jwebassembly.wasm.MemoryOperator
Packages that use MemoryOperator
Package
Description
-
Uses of MemoryOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type MemoryOperatorModifier and TypeMethodDescriptionprotected voidBinaryModuleWriter.writeMemoryOperator(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory. -
Uses of MemoryOperator in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type MemoryOperatorModifier and TypeMethodDescriptionprotected voidWasmCodeBuilder.addMemoryInstruction(MemoryOperator op, ValueType type, int offset, int alignment, int javaCodePos, int lineNumber) Create an instance of a load/store to the linear memory instructionprotected abstract voidModuleWriter.writeMemoryOperator(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory. -
Uses of MemoryOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type MemoryOperatorModifier and TypeMethodDescriptionprotected voidTextModuleWriter.writeMemoryOperator(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory. -
Uses of MemoryOperator in de.inetsoftware.jwebassembly.wasm
Methods in de.inetsoftware.jwebassembly.wasm that return MemoryOperatorModifier and TypeMethodDescriptionstatic MemoryOperatorReturns the enum constant of this type with the specified name.static MemoryOperator[]MemoryOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.