@Override
 public void visiting(Leaf visited) {
   System.out.println("Leaf : " + visited.getFullName());
 }