public static String convertToString(ASTNode tree) {
   return convertToString0(tree, EcjTreePrinter.printerWithPositions());
 }