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