Home
last modified time | relevance | path

Searched refs:altReferencesRule (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g500 grammar.altReferencesRule( currentRuleName, $scope_, $rr, this.outerAltNum );
516 grammar.altReferencesRule( currentRuleName, $scope_, $t, this.outerAltNum );
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java1954 public void altReferencesRule(String enclosingRuleName, in altReferencesRule() method in Grammar