Uses of Enum
org.teavm.backend.wasm.model.expression.WasmInt32Subtype
Packages that use WasmInt32Subtype
-
Uses of WasmInt32Subtype in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmInt32SubtypeModifier and TypeMethodDescriptionWasmLoadInt32.getConvertFrom()WasmStoreInt32.getConvertTo()static WasmInt32SubtypeReturns the enum constant of this type with the specified name.static WasmInt32Subtype[]WasmInt32Subtype.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.backend.wasm.model.expression with parameters of type WasmInt32SubtypeModifier and TypeMethodDescriptionvoidWasmLoadInt32.setConvertFrom(WasmInt32Subtype convertFrom) voidWasmStoreInt32.setConvertTo(WasmInt32Subtype convertTo) Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmInt32SubtypeModifierConstructorDescriptionWasmLoadInt32(int alignment, WasmExpression index, WasmInt32Subtype convertFrom) WasmLoadInt32(int alignment, WasmExpression index, WasmInt32Subtype convertFrom, int offset) WasmStoreInt32(int alignment, WasmExpression index, WasmExpression value, WasmInt32Subtype convertTo)