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
Fields in de.inetsoftware.jwebassembly.module declared as MemoryOperatorMethods 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.Constructors in de.inetsoftware.jwebassembly.module with parameters of type MemoryOperatorModifierConstructorDescription(package private)WasmMemoryInstruction(MemoryOperator op, ValueType type, int offset, int alignment, int javaCodePos, int lineNumber) Create an instance of a load/store to the linear memory instruction -
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
Subclasses with type arguments of type MemoryOperator in de.inetsoftware.jwebassembly.wasmMethods 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. -
Uses of MemoryOperator in de.inetsoftware.jwebassembly.watparser
Methods in de.inetsoftware.jwebassembly.watparser with parameters of type MemoryOperatorModifier and TypeMethodDescriptionprivate intWatParser.addMemoryInstruction(MemoryOperator op, ValueType type, List<String> tokens, int i, int lineNumber) Parse the optional tokens of a load memory instruction and add it.