struct

Hir::Assign

Inherits Hir < IrNode < Struct < Value < Object

Constructors

new(location : Location, variable : Variable, value : Cell(Hir))
Source
new(location : Location, variable : Variable, value : Hir)
Source

Instance methods

binding
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
variable
Source
variable=(variable : Variable)
Source