Uses of Class
org.teavm.backend.wasm.model.expression.WasmInt32Subtype
-
Packages that use WasmInt32Subtype Package Description org.teavm.backend.wasm.model.expression -
-
Uses of WasmInt32Subtype in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmInt32Subtype Modifier and Type Method Description WasmInt32SubtypeWasmLoadInt32. getConvertFrom()WasmInt32SubtypeWasmStoreInt32. getConvertTo()static WasmInt32SubtypeWasmInt32Subtype. valueOf(String name)Returns 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 WasmInt32Subtype Modifier and Type Method Description voidWasmLoadInt32. setConvertFrom(WasmInt32Subtype convertFrom)voidWasmStoreInt32. setConvertTo(WasmInt32Subtype convertTo)Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmInt32Subtype Constructor Description WasmLoadInt32(int alignment, WasmExpression index, WasmInt32Subtype convertFrom)WasmLoadInt32(int alignment, WasmExpression index, WasmInt32Subtype convertFrom, int offset)WasmStoreInt32(int alignment, WasmExpression index, WasmExpression value, WasmInt32Subtype convertTo)
-