示例#1
0
文件: PowerNode.php 项目: sysvyz/anan
 public function accept(VisitorInterface $visitor)
 {
     return $visitor->visitPowerNode($this);
 }