class Config::Token
- Config::Token
- Reference
- Object
Defined in:
config/token.crConstructors
Class Method Summary
Instance Method Summary
- #column(*args, **options)
- #column(*args, **options, &)
- #eof?
- #float?
- #float_value : Float64
- #float_value=(other : Float64) : Nil
- #int?
- #int_value : Int64
- #int_value=(other : Int64) : Nil
- #line(*args, **options)
- #line(*args, **options, &)
- #location : Location
- #location=(location : Location)
- #raw_value : Int64 | Float64 | Nil
- #raw_value=(raw_value : Int64 | Float64 | Nil)
- #reset_as(type : Symbol, string_value : String | Nil = nil, raw_value : Int64 | Float64 | Nil = nil) : Nil
- #string?
- #string_value : String
- #to_s(io)
- #type : Symbol
- #type=(type : Symbol)
- #type?(*types)
- #type_string : String
Instance methods inherited from class Object
===(other : Config::Any)
===
Constructor Detail
Class Method Detail
Instance Method Detail
def reset_as(type : Symbol, string_value : String | Nil = nil, raw_value : Int64 | Float64 | Nil = nil) : Nil
#