struct KDL::Token

Defined in:

kdl/tokenizer.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Value

==(other : KDL::Value) ==

Instance methods inherited from class Object

===(other : KDL::Value) ===

Constructor Detail

def self.new(type : KDL::Token::Type, value : BigDecimal | BigInt | Bool | Float64 | Int64 | String | Nil, line : Int32 = 1, column : Int32 = 1, meta : Hash(Symbol, String) = {} of Symbol => String) #

[View source]

Instance Method Detail

def ==(other : self) #

[View source]
def column : Int32 #

[View source]
def column=(column : Int32) #

[View source]
def line : Int32 #

[View source]
def line=(line : Int32) #

[View source]
def meta : Hash(Symbol, String) #

[View source]
def meta=(meta : Hash(Symbol, String)) #

[View source]
def type : Type #

[View source]
def type=(type : Type) #

[View source]
def value : KDL::Value::Type #

[View source]
def value=(value : KDL::Value::Type) #

[View source]