CsvWordState class

Implements a word state to tokenize CSV stream.

Inheritance

Constructors

CsvWordState(List<int> fieldSeparators, List<int> quoteSymbols)
Constructs this object with specified parameters.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearWordChars() → void
Clears definitions of word chars.
inherited
nextToken(IScanner scanner, ITokenizer? tokenizer) Token?
Ignore word (such as blanks and tabs), and return the tokenizer's next token.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setWordChars(int fromSymbol, int toSymbol, bool enable) → void
Establish characters in the given range as valid characters for part of a word after the first character.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited