public function accept(NodeVisitorInterface $visitor)
 {
     $visitor->enterInsert($this);
     $visitor->leaveInsert($this);
 }