@Override
 public void visit(final LabeledStmt n, final A arg) {
   visitComment(n.getComment(), arg);
   n.getStmt().accept(this, arg);
 }