Searched defs:FOLLOW (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLL1Analyzer.java136 * a FOLLOW operation. FIRST stops at end of rules, returning EOR, unless
146 * the FOLLOW, which is a superset).
158 public LookaheadSet FOLLOW(Rule r) { method in class:LL1Analyzer
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);
183 //look.orInPlace(FOLLOW(s.enclosingRule));
205 // FOLLOW makes no sense (at the moment!) for lexical rules.
234 // if transition 0 is a rule call and we don't want FOLLOW, chec
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 269 milliseconds