Esempio n. 1
0
 public void Visit(IVisitable unit)
 {
     unit.accept(this);
 }