예제 #1
0
 public function addVisitor(NodeVisitorInterface $visitor)
 {
     $this->visitors->addVisitor($visitor);
 }