Inherits Crystal::Macros::ASTNode
A case expression.
case
Returns the condition (target) of this case.
Returns the else of this case.
else
Returns whether this case is exhaustive (case ... in).
case ... in
Returns the whens of this case.
when