text = $text; } /** * Returns a string representation of this node. * * @param Context $context symbol table */ public function render(Context $context): string { return $this->text; } }