value = $value; } /** * Returns the value of this expression. * * @param Context $context symbol table */ public function value(Context $context): mixed { return $this->value; } }