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

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java 135 * Used to compute follow sets for error recovery. Never computes
136 * a FOLLOW operation. FIRST stops at end of rules, returning EOR, unless
145 * follow chain to compute the real, correct follow set (as opposed to
146 * the FOLLOW, which is a superset).
158 public LookaheadSet FOLLOW(Rule r) {
159 //System.out.println("> FOLLOW("+r.name+") in rule "+r.startState.enclosingRule);
166 //System.out.println("< FOLLOW("+r+") in rule "+r.startState.enclosingRule+"="+f.toString(this.grammar));
176 // FOLLOW makes no sense (at the moment!) for lexical rules.
179 LookaheadSet f = FOLLOW(s.enclosingRule)
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 39 milliseconds