type = $type; $this->value = $value; } /** * {@inheritdoc} */ public function dispatch($walker) { return $walker->walkLiteral($this); } }