Uses of Class
de.inetsoftware.jwebassembly.wasm.MemoryOperator
-
-
Uses of MemoryOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type MemoryOperator Modifier and Type Method Description protected void
BinaryModuleWriter. 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 MemoryOperator Modifier and Type Field Description private MemoryOperator
WasmMemoryInstruction. op
Methods in de.inetsoftware.jwebassembly.module with parameters of type MemoryOperator Modifier and Type Method Description protected void
WasmCodeBuilder. 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 void
ModuleWriter. 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 MemoryOperator Constructor Description 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 MemoryOperator Modifier and Type Method Description protected void
TextModuleWriter. 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 MemoryOperator Modifier and Type Method Description static MemoryOperator
MemoryOperator. valueOf(java.lang.String name)
Returns 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 MemoryOperator Modifier and Type Method Description private int
WatParser. addMemoryInstruction(MemoryOperator op, ValueType type, java.util.List<java.lang.String> tokens, int i, int lineNumber)
Parse the optional tokens of a load memory instruction and add it.
-