Warning: session_start(): open(/var/lib/php/sessions/sess_83h3nn27gs8b3k5u9me3quv4me, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
please include function javaParser_makeAllPublic.
!include once #1020877 // PrettyPrintVisitor2
static S javaParser_makeAllPublic(S src) {
CompilationUnit cu = javaParseCompilationUnit(src);
new PrettyPrinterConfiguration ppconf;
ppconf.setIndent(" ");
ppconf.setPrintComments(false);
new javaParser_makeAllPublic_Visitor().visit(cu, null);
ppconf.setVisitorFactory(\conf -> PrettyPrintVisitor2(conf));
ret new PrettyPrinter(ppconf).print(cu);
}