Uses of Class
org.teavm.backend.wasm.model.expression.WasmInt64Subtype
-
Packages that use WasmInt64Subtype Package Description org.teavm.backend.wasm.model.expression -
-
Uses of WasmInt64Subtype in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmInt64Subtype Modifier and Type Method Description WasmInt64SubtypeWasmLoadInt64. getConvertFrom()WasmInt64SubtypeWasmStoreInt64. getConvertTo()static WasmInt64SubtypeWasmInt64Subtype. valueOf(String name)Returns 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 WasmInt64Subtype Modifier and Type Method Description voidWasmLoadInt64. setConvertFrom(WasmInt64Subtype convertFrom)voidWasmStoreInt64. setConvertTo(WasmInt64Subtype convertTo)Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmInt64Subtype Constructor Description WasmLoadInt64(int alignment, WasmExpression index, WasmInt64Subtype convertFrom)WasmLoadInt64(int alignment, WasmExpression index, WasmInt64Subtype convertFrom, int offset)WasmStoreInt64(int alignment, WasmExpression index, WasmExpression value, WasmInt64Subtype convertTo)
-