Class Raw::FunctionType
INTERNAL: Do not use.
Import path
import codeql.swift.generated.RawDirect supertypes
Indirect supertypes
Predicates
Inherited predicates
| getCanonicalType | Gets the canonical type of this type. | from Type |
| getName | Gets the name of this type. | from Type |
| getParamType | Gets the | from AnyFunctionType |
| getResult | Gets the result of this function type. | from AnyFunctionType |
| isAsync | Holds if this type refers to an | from AnyFunctionType |
| isThrowing | Holds if this type refers to a throwing function. | from AnyFunctionType |
| isUnknown | Holds if this element is unknown. | from Element |