HomeSort by relevance Sort by last modified time
    Searched full:rdef2 (Results 1 - 1 of 1) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 1042 Rule rdef2 = grammar.getRule(scopeName, $t.text);
1043 $code.add("rule", rdef2);
1049 else if ( rdef2.grammar != this.grammar )
1052 $code.add("scope", rdef2.grammar);
    [all...]

Completed in 2001 milliseconds