Uses of Class
org.teavm.backend.wasm.model.expression.WasmIntUnaryOperation
-
Packages that use WasmIntUnaryOperation Package Description org.teavm.backend.wasm.model.expression -
-
Uses of WasmIntUnaryOperation in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmIntUnaryOperation Modifier and Type Method Description WasmIntUnaryOperationWasmIntUnary. getOperation()static WasmIntUnaryOperationWasmIntUnaryOperation. valueOf(String name)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 WasmIntUnaryOperation Modifier and Type Method Description voidWasmIntUnary. setOperation(WasmIntUnaryOperation operation)Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmIntUnaryOperation Constructor Description WasmIntUnary(WasmIntType type, WasmIntUnaryOperation operation, WasmExpression operand)
-