Uses of Enum
org.teavm.backend.wasm.model.expression.WasmInt64Subtype
Packages that use WasmInt64Subtype
-
Uses of WasmInt64Subtype in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmInt64SubtypeModifier and TypeMethodDescriptionWasmLoadInt64.getConvertFrom()WasmStoreInt64.getConvertTo()static WasmInt64SubtypeReturns the enum constant of this type with the specified name.static WasmInt64Subtype[]WasmInt64Subtype.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 WasmInt64SubtypeModifier and TypeMethodDescriptionvoidWasmLoadInt64.setConvertFrom(WasmInt64Subtype convertFrom) voidWasmStoreInt64.setConvertTo(WasmInt64Subtype convertTo) Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmInt64SubtypeModifierConstructorDescriptionWasmLoadInt64(int alignment, WasmExpression index, WasmInt64Subtype convertFrom) WasmLoadInt64(int alignment, WasmExpression index, WasmInt64Subtype convertFrom, int offset) WasmStoreInt64(int alignment, WasmExpression index, WasmExpression value, WasmInt64Subtype convertTo)