The result of a line tokenization.

Hierarchy

  • ILineTokens

Index

Properties

Properties

endState

endState: IState

The tokenization end state. A pointer will be held to this and the object should not be modified by the tokenizer after the pointer is returned.

tokens

tokens: IToken[]

The list of tokens on the line.