SwitchExprSyntax

A switch expression.

SyntaxNodesQRS.swift:4127
struct SwitchExprSyntax

Examples

This represents the switch expression in

switch self.foo {
}

A switch ecpression may be declared without any cases.

Children