Пример #1
0
 public function traverse(IOperationVisitor $visitor)
 {
     return $visitor->visitApply($this);
 }