Exemple #1
0
 public function accept(VisitorInterface $visitor)
 {
     return $visitor->visitPowerNode($this);
 }