43444546474849
/** * Returns a canonical representation of the PolicyNode. */ public String toSource() { return toString(new ToSourceVisitor()); }