struct CrystalRobots::Compiler::Node
- CrystalRobots::Compiler::Node
- Struct
- Value
- Object
Defined in:
compiler/compiler.crConstructors
Instance Method Summary
- #index : Int32
- #index=(index : Int32)
-
#to_s(io : IO)
Same as
#inspect(io)
. - #type : CrystalRobots::Compiler::Type
- #type=(type : CrystalRobots::Compiler::Type)
- #value : String
- #value=(value : String)