Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/tool/
DNameSpaceChecker.java155 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()
DGrammarSanity.java188 public void checkRuleReference(GrammarAST scopeAST, in checkRuleReference() argument
DGrammar.java2070 public void checkRuleReference(GrammarAST scopeAST, in checkRuleReference() argument
2075 sanity.checkRuleReference(scopeAST, refAST, argsAST, currentRuleName); in checkRuleReference()