CodeQL library for Swift
codeql/swift-all 6.2.1-dev (changelog, source)
Search

Class Raw::TupleType

INTERNAL: Do not use.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getName

Gets the indexth name of this tuple type (0-based), if it exists.

getNumberOfNames

Gets the number of names of this tuple type.

getNumberOfTypes

Gets the number of types of this tuple type.

getType

Gets the indexth type of this tuple type (0-based).

toString

Inherited predicates

getCanonicalType

Gets the canonical type of this type.

from Type
getName

Gets the name of this type.

from Type
isUnknown

Holds if this element is unknown.

from Element