struct

CSV::Token

Inherits Struct / Value / Object

A token in a CSV. It consists of a Kind and a value. The value only makes sense when the kind is Cell.

Instance methods

kind

The Kind.

Source
kind=(kind : Kind)

The Kind.

Source
value

The string value. Only makes sense for a Cell.

Source
value=(value : String)

The string value. Only makes sense for a Cell.

Source

Nested types