Uses of Class
org.teavm.backend.wasm.model.expression.WasmFloatType
-
Packages that use WasmFloatType Package Description org.teavm.backend.wasm.model.expression -
-
Uses of WasmFloatType in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmFloatType Modifier and Type Method Description WasmFloatTypeWasmFloatBinary. getType()WasmFloatTypeWasmFloatUnary. getType()static WasmFloatTypeWasmFloatType. valueOf(String name)Returns the enum constant of this type with the specified name.static WasmFloatType[]WasmFloatType. 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 WasmFloatType Modifier and Type Method Description voidWasmFloatBinary. setType(WasmFloatType type)voidWasmFloatUnary. setType(WasmFloatType type)Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmFloatType Constructor Description WasmFloatBinary(WasmFloatType type, WasmFloatBinaryOperation operation, WasmExpression first, WasmExpression second)WasmFloatUnary(WasmFloatType type, WasmFloatUnaryOperation operation, WasmExpression operand)
-