/**
  * {@inheritDoc}
  */
 public function accept(QueryItemVisitorinterface $visitor)
 {
     $visitor->visitSubExpression($this);
 }