ElseWhenBranch
data class ElseWhenBranch(val arrow: Node.Keyword.Arrow, val body: Node.Expression, val supplement: NodeSupplement = NodeSupplement()) : Node.Expression.WhenExpression.WhenBranch
AST node that represents a when branch with else keyword.
Constructors
Link copied to clipboard
constructor(arrow: Node.Keyword.Arrow, body: Node.Expression, supplement: NodeSupplement = NodeSupplement())