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