Uses of Enum
org.teavm.backend.wasm.model.expression.WasmFloatType
Packages that use WasmFloatType
-
Uses of WasmFloatType in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmFloatTypeModifier and TypeMethodDescriptionWasmFloatBinary.getType()WasmFloatUnary.getType()static WasmFloatTypeReturns 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 WasmFloatTypeModifier and TypeMethodDescriptionvoidWasmFloatBinary.setType(WasmFloatType type) voidWasmFloatUnary.setType(WasmFloatType type) Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmFloatTypeModifierConstructorDescriptionWasmFloatBinary(WasmFloatType type, WasmFloatBinaryOperation operation, WasmExpression first, WasmExpression second) WasmFloatUnary(WasmFloatType type, WasmFloatUnaryOperation operation, WasmExpression operand)