Template TokenTriviaFields
template TokenTriviaFields
;
Contained Variables
Name | Type | Description |
---|---|---|
leadingTrivia | immutable(TriviaToken)[] | Whitespace and comment tokens attached to this token. |
memoizedLeadingComment | string | |
memoizedTrailingComment | string | |
trailingTrivia | immutable(TriviaToken)[] | Whitespace and comment tokens attached to this token. |
Contained Functions
Name | Description |
---|---|
comment | Legacy property to get documentation comments, with comment border stripped off, which is attached to this token. |
opCmp | |
opCmp | |
toString | |
toString | |
trailingComment | Legacy property to get documentation comments, with comment border stripped off, which is attached to this token. |