Uses of Enum
org.teavm.backend.wasm.model.expression.WasmFloatUnaryOperation
Packages that use WasmFloatUnaryOperation
-
Uses of WasmFloatUnaryOperation in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmFloatUnaryOperationModifier and TypeMethodDescriptionWasmFloatUnary.getOperation()static WasmFloatUnaryOperationReturns the enum constant of this type with the specified name.static WasmFloatUnaryOperation[]WasmFloatUnaryOperation.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 WasmFloatUnaryOperationModifier and TypeMethodDescriptionvoidWasmFloatUnary.setOperation(WasmFloatUnaryOperation operation) Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmFloatUnaryOperationModifierConstructorDescriptionWasmFloatUnary(WasmFloatType type, WasmFloatUnaryOperation operation, WasmExpression operand)