struct

Hir::MatchBlock

Inherits Hir::TestOrBinding < IrNode < Struct < Value < Object

Constructors

new(location : Location, value : Hir, jump_table : ::Array(Hir | ::Nil))
Source

Instance methods

jump_table
Source
jump_table=(jump_table : ::Array(Hir | ::Nil))
Source
location
Source
location=(location : Location)
Source
to_s(io : IO)

Same as #inspect(io).

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