Prints any AST node as String.
node
Accepts any kind of Node.
String printNode(Node node) => node.accept( _PrintVisitor(), );