228229230231232233234235236237238
if (record != null) System.out.println("Record() returned:" + record.toString()); else System.out.println("Record() returned NULL"); module.addRecord(record); break; default: jj_la1[3] = jj_gen; jj_consume_token(-1); throw new ParseException();