Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/tool/
DNameSpaceChecker.java68 for (AttributeScope scope : grammar.getGlobalScopes().values()) { in checkConflicts()
DGrammar.java1792 public Map<String, AttributeScope> getGlobalScopes() { in getGlobalScopes() method in Grammar
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g355 recognizerST.add("scopes", grammar.getGlobalScopes());
356 headerFileST.add("scopes", grammar.getGlobalScopes());