Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Swift
codeql/swift-all 4.3.0 (changelog, source)

Module ExplicitClosureExpr

This module provides the public class ExplicitClosureExpr.

Import path

import codeql.swift.elements.expr.ExplicitClosureExpr

Imports

ClosureExpr

This module provides the public class ClosureExpr.

Aliases

ExplicitClosureExpr

A Swift explicit closure expr, that is, a closure written using { ... -> ... in ... } syntax rather than automatically generated by the compiler.