class Lucid::Compiler::InstanceVar

Defined in:

compiler/node.cr

Instance methods inherited from class Lucid::Compiler::Var

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

Instance methods inherited from class Lucid::Compiler::Node

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

Constructor methods inherited from class Lucid::Compiler::Node

new new