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
trueif this is anin, orfalseif this is awhen.