!include once #1025812 // javaParseCompilationUnit !include once #1025811 // javaParser_makeAllPublic static S javaParser_reparse_keepComments(S src) { CompilationUnit cu = javaParseCompilationUnit(src, true); new PrettyPrinterConfiguration ppconf; ppconf.setPrintComments(true); ppconf.setIndentSize(2); ppconf.setIndentType(PrettyPrinterConfiguration.IndentType.SPACES); ret cu.toString(ppconf); }