Inherits Crystal::Macros::ASTNode
A when or in inside a case or select.
when
in
case
select
Returns the body of this when.
Returns the conditions of this when.
Returns true if this is an in, or false if this is a when.
true
false