Uses of Enum
de.inetsoftware.jwebassembly.wasm.VariableOperator
Packages that use VariableOperator
Package
Description
-
Uses of VariableOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type VariableOperatorModifier and TypeMethodDescriptionprotected voidBinaryModuleWriter.writeLocal(VariableOperator op, int idx) Write a local variable operation. -
Uses of VariableOperator in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as VariableOperatorMethods in de.inetsoftware.jwebassembly.module that return VariableOperatorModifier and TypeMethodDescription(package private) VariableOperatorWasmLocalInstruction.getOperator()Get the operatorMethods in de.inetsoftware.jwebassembly.module with parameters of type VariableOperatorModifier and TypeMethodDescriptionprotected voidWasmCodeBuilder.addLocalInstruction(VariableOperator op, int wasmIdx, int javaCodePos, int lineNumber) Create a WasmLoadStoreInstruction local.get/local.set.(package private) voidWasmLocalInstruction.setOperator(VariableOperator op) Set the operatorprotected abstract voidModuleWriter.writeLocal(VariableOperator op, int idx) Write a local variable operation.Constructors in de.inetsoftware.jwebassembly.module with parameters of type VariableOperatorModifierConstructorDescription(package private)WasmLoadStoreInstruction(VariableOperator op, int slot, LocaleVariableManager localVariables, int javaCodePos, int lineNumber) Create an instance of a load/store instruction(package private)WasmLocalInstruction(VariableOperator op, int idx, LocaleVariableManager localVariables, int javaCodePos, int lineNumber) Create an instance of a load/store instruction for a local variable. -
Uses of VariableOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type VariableOperatorModifier and TypeMethodDescriptionprotected voidTextModuleWriter.writeLocal(VariableOperator op, int idx) Write a local variable operation. -
Uses of VariableOperator in de.inetsoftware.jwebassembly.wasm
Subclasses with type arguments of type VariableOperator in de.inetsoftware.jwebassembly.wasmMethods in de.inetsoftware.jwebassembly.wasm that return VariableOperatorModifier and TypeMethodDescriptionstatic VariableOperatorReturns the enum constant of this type with the specified name.static VariableOperator[]VariableOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.