dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
DynamicParseTreeToken
dparsergen
core
dynamictree
Tree node class for token.
final
class
DynamicParseTreeToken : DynamicParseTree!(Location, LocationRangeImpl)(
Location
alias
LocationRangeImpl
=
LocationRangeStartLength
) {
this
(string content, GrammarInfo* grammarInfo);
string
content
();
}
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
Source
See Implementation
dparsergen
core
dynamictree
classes
DynamicParseTree
DynamicParseTreeArray
DynamicParseTreeCreator
DynamicParseTreeMerged
DynamicParseTreeNonterminal
DynamicParseTreeToken
functions
printTree
treeToString
structs
DynamicParseTreeTmpArray
Tree node class for token.