if ( Errors.errorCount() > 0 ) {
Errors.printSummary();
return;
}
if ( Globals.printGrammarToOut ) root.accept(new Printer(System.out));
if ( Globals.printClassList ) {
gen = new FileGenerator(list);
System.out.println("\nThe classes generated and the fields each " +
"contains are as follows:\n");
gen.printClassList(new PrintWriter(System.out, true));