Click or drag to resize

Token Fields

The Token type exposes the following members.

Fields
  NameDescription
Protected field_inDocComment
True if inside a documentation comment.
Public fieldCodeUnit
The parent CodeUnit (used in Debug mode to track lost comments).
Public fieldColumnNumber
The column number of the Token (1 to N).
Public fieldLeadingWhitespace
Any leading whitespace on the Token. Will be empty if none (not null).
Public fieldLineNumber
The line number of the Token (1 to N).
Public fieldNewLines
The number of new lines preceding the Token.
Public fieldText
The text of the Token.
Public fieldTokenType
The TokenType of the Token.
Public fieldTrailingComments
Any trailing comments on the Token.
Public fieldWasEscaped
True if the Token was escaped.
Top
See Also