struct

Hir::MatchExpr

Inherits Hir < IrNode < Struct < Value < Object

Constructors

new(location : Location, value : Hir, discriminant : Int32)
Source
new(location : Location, value : Cell(Hir), discriminant : Int32)
Source

Instance methods

binding
Source
discriminant
Source
discriminant=(discriminant : Int32)
Source
location
Source
location=(location : Location)
Source
to_s(io : IO)

Same as #inspect(io).

Source
type
Source
value
Source
value=(value : Cell(Hir))
Source