qtil
advanced-security/qtil-swift 0.0.3
Search

Class Raw::GenericFunctionType

INTERNAL: Do not use. The type of a generic function with type parameters

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getGenericParam

Gets the indexth type parameter of this generic 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
getParamType

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

from AnyFunctionType
getResult

Gets the result of this function type.

from AnyFunctionType
isAsync

Holds if this type refers to an async function.

from AnyFunctionType
isThrowing

Holds if this type refers to a throwing function.

from AnyFunctionType
isUnknown

Holds if this element is unknown.

from Element