qtil
advanced-security/qtil-swift 0.0.3
Search

Module NumericType

Import path

import codeql.swift.elements.type.NumericType

Classes

BoolType

The Bool type.

CharacterType

The Character type.

FloatingPointType

A floating-point type. This includes the Float type, the Double, and builtin floating-point types.

IntegralType

An integer-like type. For example, Int, Int16, Uint16, etc.

NumericType

A numeric type. This includes the integer and floating point types.