public function accept(TreeVisitor $visitor)
 {
     $visitor->visitVerticalContainer($this);
 }