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

Module TypeAliasDecl

This module provides the public class TypeAliasDecl.

Import path

import codeql.swift.elements.decl.TypeAliasDecl

Imports

GenericTypeDecl

This module provides the public class GenericTypeDecl.

Type

This module provides the public class Type.

Aliases

TypeAliasDecl

A declaration of a type alias to another type. For example: typealias MyInt = Int