qtil
advanced-security/qtil-swift 0.0.3
Search

Module ArithmeticOperation

Import path

import codeql.swift.elements.expr.ArithmeticOperation

Classes

AddExpr

An add expression. a + b a &+ b

ArithmeticOperation

An arithmetic operation, such as: a + b

BinaryArithmeticOperation

A binary arithmetic operation, such as: a + b

DivExpr

A divide expression. a / b

MulExpr

A multiply expression. a * b a &* b

RemExpr

A remainder expression. a % b

SubExpr

A subtract expression. a - b a &- b

UnaryArithmeticOperation

A unary arithmetic operation, such as: -a

UnaryMinusExpr

A unary minus expression. -a

UnaryPlusExpr

A unary plus expression. +a