HomeSort by relevance Sort by last modified time
    Searched refs:alt (Results 126 - 150 of 220) sorted by null

1 2 3 4 56 7 8 9

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 84 public void optimizeAlternative(StateCluster alt) {
85 NFAState s = alt.left;
86 while ( s!=alt.right ) {
101 // point at the last node of the alt. Don't collapse action edges
134 * what an alt block looks like, must have extra state on left.
231 * TODO add to codegen: collapse alt blks that are sets into single matchSet
357 // single alt, no decision, just return only alt state cluster
375 * and every alt right side points at a block end NFAState. There is a
376 * new NFAState in the NFAState in the StateCluster for each alt plus one for th
    [all...]
Grammar.java 411 * ( grammar t ( rule a ( BLOCK ( ALT A ) ( ALT B ) ) <end-of-rule> ) )
840 * If in filter mode, we want every alt to backtrack and we need to
    [all...]
ErrorManager.java 191 public static final int MSG_UNREACHABLE_ALTS = 201; // nothing predicts alt i
633 // we've seen this decision and this alt set; never again
674 int alt,
679 Message msg = new RecursionOverflowMessage(probe,sampleBadState, alt,
688 int alt,
693 Message msg = new LeftRecursionMessage(probe, alt, targetRules, callSiteStates);
    [all...]