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 WasmIntUnaryOperation
Returns 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 TypeMethodDescriptionvoid
WasmIntUnary.setOperation(WasmIntUnaryOperation operation)
Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmIntUnaryOperationModifierConstructorDescriptionWasmIntUnary(WasmIntType type, WasmIntUnaryOperation operation, WasmExpression operand)