Home
last modified time | relevance | path

Searched refs:greport (Results 1 – 1 of 1) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/
DTool.java494 GrammarReport2 greport = new GrammarReport2(rootGrammar); in process() local
495 System.out.print(greport.toString()); in process()
502 GrammarReport greport = new GrammarReport(rootGrammar); in process() local
504 greport.toNotifyString()); in process()