HomeSort by relevance Sort by last modified time
    Searched defs:rew (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 361 GrammarAST rew = (GrammarAST)alt.getNextSibling(); local
362 if ( rew!=null && rew.getType()==ANTLRParser.REWRITES ) return true;