Uses of Enum
org.teavm.backend.wasm.model.expression.WasmIntBinaryOperation
Packages that use WasmIntBinaryOperation
-
Uses of WasmIntBinaryOperation in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return WasmIntBinaryOperationModifier and TypeMethodDescriptionWasmIntBinary.getOperation()
static WasmIntBinaryOperation
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 WasmIntBinaryOperationModifier and TypeMethodDescriptionvoid
WasmIntBinary.setOperation(WasmIntBinaryOperation operation)
Constructors in org.teavm.backend.wasm.model.expression with parameters of type WasmIntBinaryOperationModifierConstructorDescriptionWasmIntBinary(WasmIntType type, WasmIntBinaryOperation operation, WasmExpression first, WasmExpression second)