struct

Ast::ElseCondition

Inherits Ast::Condition < IrNode < Struct < Value < Object

Constructors

new(location : Location, consequent : Ast::Expr)
Source

Instance methods

consequent
Source
consequent=(consequent : Expr)
Source
location
Source
location=(location : Location)
Source
to_s(io : IO)

Same as #inspect(io).

Source