Searched refs:scopeAST (Results 1 – 3 of 3) sorted by relevance
155 for (GrammarAST scopeAST : grammar.scopedRuleRefs) { // ^(DOT ID atom) in lookForReferencesToUndefinedSymbols()156 Grammar scopeG = grammar.composite.getGrammar(scopeAST.getText()); in lookForReferencesToUndefinedSymbols()157 GrammarAST refAST = (GrammarAST)scopeAST.getChild(1); in lookForReferencesToUndefinedSymbols()162 scopeAST.getToken(), in lookForReferencesToUndefinedSymbols()163 scopeAST.getText(), in lookForReferencesToUndefinedSymbols()171 scopeAST.getToken(), in lookForReferencesToUndefinedSymbols()172 scopeAST.getText(), in lookForReferencesToUndefinedSymbols()
188 public void checkRuleReference(GrammarAST scopeAST, in checkRuleReference() argument
2070 public void checkRuleReference(GrammarAST scopeAST, in checkRuleReference() argument2075 sanity.checkRuleReference(scopeAST, refAST, argsAST, currentRuleName); in checkRuleReference()