Searched refs:onLine (Results 1 – 4 of 4) sorted by relevance
51 void onLine(int lineNumber, ArrayList<String> fields) throws ParseException; in onLine() method100 processor.onLine(lineNumber, fields); in parse()168 processor.onLine(lineNumber, fields); in parse()
954 public void onLine(int lineNumber, ArrayList<String> fields) in parseImpl()
349 .onLine(error.line) in <lambda>()
35 public void onLine(int lineNumber, ArrayList<String> fields) { in onLine() method in CsvParserTest.LineCollector