@Override
 public void visit(final StringLiteralExpr n, final A arg) {
   visitComment(n.getComment(), arg);
 }