DynamicParseTreeNonterminal

Tree node class for nonterminal.

Constructors

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

Creates tree node for nonterminal.

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