callableNode = $callableNode; } public function render(): string { return $this->callableNode->getCallable()(); } }