Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Hir::AssignField
Inherits
Hir
<
IrNode
<
Struct
<
Value
<
Object
Constructors
new
(location :
Location
, object :
Cell
(
Hir
), field :
Field
, value :
Cell
(
Hir
))
Source
new
(location :
Location
, object :
Hir
, field :
Field
, value :
Hir
)
Source
Instance methods
binding
Source
field
Source
field=
(field :
Field
)
Source
location
Source
location=
(location :
Location
)
Source
object
Source
object=
(object :
Cell
(
Hir
))
Source
to_s
(io :
IO
)
Same as
#inspect(io)
.
Source
type
Source
value
Source
value=
(value :
Cell
(
Hir
))
Source