Searched refs:FOLLOW (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as385 * FOLLOW(b1_in_a) = FIRST(']') = ']'
386 * FOLLOW(b2_in_a) = FIRST(')') = ')'
387 * FOLLOW(c_in_b) = FIRST('^') = '^'
404 * For error recovery, we cannot consider FOLLOW(c)
406 * all context-sensitive FOLLOW sets--the set of all tokens that
408 * resync to one of those tokens. Note that FOLLOW(c)='^' and if
441 * Like Grosch I implemented local FOLLOW sets that are combined
448 /** Compute the context-sensitive FOLLOW set for current rule.
453 * definition of plain FOLLOW for rule r:
455 * FOLLOW(
[all...]
/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/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm267 handle runtime requirements such as FOLLOW sets for automatic error recovery.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas431 /// good enough to handle runtime requirements such as FOLLOW sets
2091 /// <summary>Compute the context-sensitive FOLLOW set for current rule.
2096 /// definition of plain FOLLOW for rule r:
2098 /// FOLLOW(r)={x | S=>*alpha r beta in G and x in FIRST(beta)}
2102 /// FOLLOW(r) is the set of all tokens that can possibly follow
2110 /// stat : ID '=' expr ';' // FOLLOW(stat)=={EOF}
2113 /// expr : atom ('+' atom)* ; // FOLLOW(expr)=={';','.',')'}
2114 /// atom : INT // FOLLOW(atom)=={'+',')',';','.'}
2118 /// The FOLLOW sets are all inclusive whereas context-sensitive
2119 /// FOLLOW set
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java3093 LookaheadSet s = ll1Analyzer.FOLLOW(r);
3094 System.out.println("FOLLOW("+r.name+")="+s);
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 8670 milliseconds