DynamicParseTreeArray

Tree node class for array.

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