-
Declaration
Swift
public let site: SourceRange -
The site of the
ifkeyword.Declaration
Swift
public let introducerSite: SourceRange -
The condition of the expression.
Requires
condition.count > 0Declaration
Swift
public let condition: [ConditionItem] -
The expression that’s executed if the condition holds.
Declaration
Swift
public let success: AnyExprID -
The the expression that’s executed if the condition does not hold.
Declaration
Swift
public let failure: Introduced<AnyExprID> -
Undocumented
Declaration
Swift
public init( introducerSite: SourceRange, condition: [ConditionItem], success: AnyExprID, failure: Introduced<AnyExprID>, site: SourceRange )
View on GitHub