18251826182718281829183018311832183318341835
printi("super::"); TransformUtil.printEmptyCtorCall(out, type); println(";"); } } else { first.accept(this); } if (typeInfo.hasInit()) { printlni(CName.INSTANCE_INIT + "();"); }
24302431243224332434243524362437243824392440
if (indented) { indent--; } s.accept(this); if (i == statements.size() - 1) { println(" { }"); } indent++;
24412442244324442445244624472448244924502451
indented = true; } else if (s instanceof Block) { if (wasCase) { print(" "); } s.accept(this); println(); } else { if (wasCase) { println(); }
24482449245024512452245324542455245624572458
} else { if (wasCase) { println(); } s.accept(this); } wasCase = s instanceof SwitchCase; }