TokenTriviaFields

Undocumented in source.

Members

Functions

comment
string comment()

Legacy property to get documentation comments, with comment border stripped off, which is attached to this token.

opCmp
int opCmp(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(typeof(this) other)
Undocumented in source. Be warned that the author may not have intended to support it.
trailingComment
string trailingComment()

Legacy property to get documentation comments, with comment border stripped off, which is attached to this token.

Variables

leadingTrivia
immutable(typeof(this))[] leadingTrivia;

Whitespace and comment tokens attached to this token.

memoizedLeadingComment
string memoizedLeadingComment;
Undocumented in source.
memoizedTrailingComment
string memoizedTrailingComment;
Undocumented in source.
trailingTrivia
immutable(typeof(this))[] trailingTrivia;

Whitespace and comment tokens attached to this token.

Meta