Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Hir::Identifier
Inherits
Hir
<
IrNode
<
Struct
<
Value
<
Object
Constructors
new
(location :
Location
, name : ::
String
, binding :
Binding
, type :
Type
)
Source
Class methods
emit
Source
Instance methods
binding
Source
binding=
(binding :
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
type=
(type :
Type
)
Source