nitc :: PrettyPrinterVisitor :: visit
n
# Visit `n` if not null. fun visit(n: nullable ANode) do if n == null then return n.accept_pretty_printer self end