Token Fields |
The Token type exposes the following members.
Name | Description | |
---|---|---|
_inDocComment |
True if inside a documentation comment.
| |
CodeUnit |
The parent CodeUnit (used in Debug mode to track lost comments).
| |
ColumnNumber |
The column number of the Token (1 to N).
| |
LeadingWhitespace |
Any leading whitespace on the Token. Will be empty if none (not null).
| |
LineNumber |
The line number of the Token (1 to N).
| |
NewLines |
The number of new lines preceding the Token.
| |
Text |
The text of the Token.
| |
TokenType | ||
TrailingComments |
Any trailing comments on the Token.
| |
WasEscaped |
True if the Token was escaped.
|