dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
DynamicParseTreeArray
dparsergen
core
dynamictree
Tree node class for array.
final
class
DynamicParseTreeArray : DynamicParseTree!(Location, LocationRangeImpl)(
Location
alias
LocationRangeImpl
=
LocationRangeStartLength
) {
this
(DynamicParseTree!(Location, LocationRangeImpl)[] childs, GrammarInfo* grammarInfo);
string
name
();
inout
(
DynamicParseTree
!(
Location
,
LocationRangeImpl
)[])
childs
();
}
Constructors
this
this
(DynamicParseTree!(Location, LocationRangeImpl)[] childs, GrammarInfo* grammarInfo)
Creates tree node for array.
Members
Functions
childs
inout
(
DynamicParseTree
!(
Location
,
LocationRangeImpl
)[])
childs
()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string
name
()
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 array.