Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CsvSymbolState

Implements a symbol state to tokenize delimiters in CSV streams.

Hierarchy

Implements

Index

Constructors

Methods

Constructors

constructor

  • Constructs this object with specified parameters.

    Returns CsvSymbolState

Methods

add

  • add(value: string, tokenType: TokenType): void
  • Add a multi-character symbol.

    Parameters

    • value: string

      The symbol to add, such as "=:="

    • tokenType: TokenType

    Returns void

nextToken

Generated using TypeDoc