예제 #1
0
파일: PowerNode.php 프로젝트: sysvyz/anan
 public function accept(VisitorInterface $visitor)
 {
     return $visitor->visitPowerNode($this);
 }