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