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