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