expression = $expression; } /** * {@inheritdoc} */ public function dispatch($sqlWalker) { return $sqlWalker->walkNullComparisonExpression($this); } }