class Crystal::Macros::When
Overview
A when
or in
inside a case
.
Defined in:
compiler/crystal/macros.crInstance Method Summary
-
#body : ASTNode
Returns the body of this
when
. -
#conds : ArrayLiteral
Returns the conditions of this
when
. -
#exhaustive? : BoolLiteral
Returns
true
if this is anin
, orfalse
if this is awhen
.