struct

Hir::Var

Inherits Hir < IrNode < Struct < Value < Object

Constructors

new(location : Location, name : ::String, value : Cell(Hir) | ::Nil = nil)
Source
new(location : Location, name : ::String, value : Hir)
Source

Instance methods

binding
Source
location
Source
location=(location : Location)
Source
name
Source
name=(name : ::String)
Source
to_s(io : IO)

Same as #inspect(io).

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