class Dataframe::CSVLexer::Token

Defined in:

parser/csv_lexer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def column_number : Int32 #

def column_number=(column_number : Int32) #

def float_value : Float64 #

def int_value : Int32 #

def is_cell? : Bool #

def kind : Kind #

def kind=(kind : Kind) #

def line_number : Int32 #

def line_number=(line_number : Int32) #

def raw_value : String #

def raw_value=(raw_value : String) #

def string_value : String #

def string_value=(string_value : String) #