class Lucid::Compiler::InstanceVar
Defined in:
compiler/node.cr
name : Node
name,
name=(name : Node)
name=,
pretty_print(pp : PrettyPrint) : Nil
pretty_print,
to_s(io : IO) : Nil
to_s,
type : Node | Nil
type,
type=(type : Node | Nil)
type=,
uninitialized? : Bool
uninitialized?,
value : Node | Nil
value,
value=(value : Node | Nil)
value=
Constructor methods inherited from class Lucid::Compiler::Var
new(name : Node, type : Node | Nil, value : Node | Nil)
new
at(loc : Location) : self
at,
loc : Location
loc,
loc=(loc : Location)
loc=,
pretty_print(pp : PrettyPrint) : Nil
pretty_print,
to_s(io : IO) : Nil
to_s
new
new