TryExprSyntax

An expression prefixed with try.

SyntaxNodesTUVWXYZ.swift:682
struct TryExprSyntax

Examples

try foo()
try? foo()
try! foo()

Children

  • tryKeyword: try

  • questionOrExclamationMark: (? | !)?

  • expression: ExprSyntax