class Dataframe::CSVLexer::Token

Defined in:

parser/csv_lexer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def column_number : Int32 #

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

[View source]
def float_value : Float64 #

[View source]
def int_value : Int32 #

[View source]
def is_cell? : Bool #

[View source]
def kind : Kind #

[View source]
def kind=(kind : Kind) #

[View source]
def line_number : Int32 #

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

[View source]
def raw_value : String #

[View source]
def raw_value=(raw_value : String) #

[View source]
def string_value : String #

[View source]
def string_value=(string_value : String) #

[View source]