private void visitComment(final Comment n, final A arg) {
   if (n != null) {
     n.accept(this, arg);
   }
 }