Searched refs:blocksWithSemPreds (Results 1 – 3 of 3) sorted by relevance
73 int blocksWithSemPreds; field in GrammarReport.ReportData249 data.blocksWithSemPreds = g.blocksWithSemPreds.size(); in getReportData()441 buf.append(data.blocksWithSemPreds); in toString()
494 public Set<GrammarAST> blocksWithSemPreds = new HashSet(); field in Grammar
734 grammar.blocksWithSemPreds.add(currentBlockAST);