Variable MLParser._treeStack

class MLParser
{
  // ...
  Collection!(dcanvas.widgets.widget.Widget,false) _treeStack;
  // ...
}