DynamicParseTreeToken

Tree node class for token.

final
class DynamicParseTreeToken : DynamicParseTree!(Location, LocationRangeImpl)(
Location
alias LocationRangeImpl = LocationRangeStartLength
) {}

Constructors

this
this(string content, GrammarInfo* grammarInfo)

Creates tree node for token.

Members

Functions

content
string content()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta