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
Methods 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.protected abstract voidModuleWriter.writeLocal(VariableOperator op, int idx) Write a local variable operation. -
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
Methods 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.