Uses of Enum
org.teavm.backend.wasm.model.expression.WasmIntUnaryOperation
Packages that use WasmIntUnaryOperation
-
Uses of WasmIntUnaryOperation in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmIntUnaryOperationModifier and TypeMethodDescriptionWasmIntUnary.getOperation()static WasmIntUnaryOperationReturns the enum constant of this type with the specified name.static WasmIntUnaryOperation[]WasmIntUnaryOperation.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 WasmIntUnaryOperationModifier and TypeMethodDescriptionvoidWasmIntUnary.setOperation(WasmIntUnaryOperation operation) Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmIntUnaryOperationModifierConstructorDescriptionWasmIntUnary(WasmIntType type, WasmIntUnaryOperation operation, WasmExpression operand)