class Z::Ast::Ident
- Z::Ast::Ident
- Z::Ast::Node
- Reference
- Object
Defined in:
ast/node.crConstructors
Instance Method Summary
-
#==(o)
Returns
false
(other can only be aValue
here). - #inspect(io)
- #offset : Int32
- #offset=(offset : Int32)
- #to_s(io)
- #type : Types
- #type=(type : Types)
- #value : String
- #value=(value : String)