Searched refs:scopedRuleRefs (Results 1 – 2 of 2) sorted by relevance
155 for (GrammarAST scopeAST : grammar.scopedRuleRefs) { // ^(DOT ID atom) in lookForReferencesToUndefinedSymbols()
374 protected Set<GrammarAST> scopedRuleRefs = new HashSet<GrammarAST>(); field in Grammar