Пример #1
0
 public void accept(Visitor v) {
   v.visitCompound(this);
 }