DynamicParseTreeArray.this

Creates tree node for array.

class DynamicParseTreeArray(Location, alias LocationRangeImpl = LocationRangeStartLength)
this
(
DynamicParseTree!(Location, LocationRangeImpl)[] childs
,)

Parameters

childs DynamicParseTree!(Location, LocationRangeImpl)[]

Childs of this tree node.

grammarInfo GrammarInfo*

Information about the grammar this array belongs to.

Meta