DynamicParseTreeToken.this

Creates tree node for token.

class DynamicParseTreeToken(Location, alias LocationRangeImpl = LocationRangeStartLength)
this
(
string content
,)

Parameters

content string

Text for the token.

grammarInfo GrammarInfo*

Information about the grammar this token belongs to.

Meta