DynamicParseTreeMerged

Tree node class for merged nodes.

Constructors

this
this(SymbolID nonterminalID, DynamicParseTree!(Location, LocationRangeImpl)[] childs, GrammarInfo* grammarInfo)

Creates tree node for merged nodes.

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