class Crystal::Macros::When
Overview
A when
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
.