*/ private array $arguments = [], ) {} public function compile(Compiler $compiler): Compiler { return $compiler ->compile(new CallNode(new FunctionNameNode($this->name), $this->arguments)); } }