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

Class Raw::BoundGenericEnumType

INTERNAL: Do not use.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

Inherited predicates

getArgType

Gets the indexth argument type of this bound generic type (0-based).

from BoundGenericType
getCanonicalType

Gets the canonical type of this type.

from Type
getDeclaration

Gets the declaration of this any generic type.

from AnyGenericType
getName

Gets the name of this type.

from Type
getNumberOfArgTypes

Gets the number of argument types of this bound generic type.

from BoundGenericType
getParent

Gets the parent of this any generic type, if it exists.

from AnyGenericType
isUnknown

Holds if this element is unknown.

from Element