Uses of Class
org.teavm.backend.wasm.model.expression.WasmIntBinaryOperation
-
Packages that use WasmIntBinaryOperation Package Description org.teavm.backend.wasm.model.expression -
-
Uses of WasmIntBinaryOperation in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmIntBinaryOperation Modifier and Type Method Description WasmIntBinaryOperationWasmIntBinary. getOperation()static WasmIntBinaryOperationWasmIntBinaryOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static WasmIntBinaryOperation[]WasmIntBinaryOperation. 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 WasmIntBinaryOperation Modifier and Type Method Description voidWasmIntBinary. setOperation(WasmIntBinaryOperation operation)Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmIntBinaryOperation Constructor Description WasmIntBinary(WasmIntType type, WasmIntBinaryOperation operation, WasmExpression first, WasmExpression second)
-