FSharpTokenInfo Type
Information about a particular token from the tokenizer
Record fields
Record Field |
Description
|
|
Gives an indication of the class to assign to the token an IDE
|
|
|
|
Actions taken when the token is typed
|
Full Usage:
FullMatchedLength
Field type: int
|
The full length consumed by this match, including delayed tokens (which can be ignored in naive lexers)
|
Full Usage:
LeftColumn
Field type: int
|
Left column of the token.
|
Full Usage:
RightColumn
Field type: int
|
Right column of the token.
|
Full Usage:
Tag
Field type: int
|
The tag is an integer identifier for the token
|
Full Usage:
TokenName
Field type: string
|
Provides additional information about the token
|