struct

Ast::If

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

Constructors

new(location : Location, conditionals : ::Array(Condition))
Source

Instance methods

branching?
Source
conditionals
Source
conditionals=(conditionals : ::Array(Condition))
Source
location
Source
location=(location : Location)
Source
to_s(io : IO)

Same as #inspect(io).

Source