printAST function

String printAST(
  1. ValueNode node
)

Implementation

String printAST(ast.ValueNode node) => printNode(node);