HomeSort by relevance Sort by last modified time
    Searched full:nondeterminism (Results 1 - 19 of 19) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 84 /** During debugging and for nondeterminism warnings, it's useful
94 * nondeterminism warnings. Mainly used by decision states to
NFAConfiguration.java 71 * nondeterminism resolver sets this when it finds a set of
DecisionProbe.java 408 * resolve a nondeterminism for state d.
443 // nondeterminism; same input predicts multiple alts.
452 if ( !explicitlyGreedy) ErrorManager.nondeterminism(this,d);
807 * take paths that are turned off during nondeterminism resolution. So,
    [all...]
NFAContext.java 181 * fast enough upon nondeterminism.
DFA.java 159 * when there is no error such as when a syntactic nondeterminism
    [all...]
NFAToDFAConverter.java 224 // the nondeterminism is resolved in favor of the loop. You don't
293 // beyond this state; also no possibility of a nondeterminism.
    [all...]
DFAState.java 496 // if fixed lookahead, then more than 1 alt is a nondeterminism
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 177 // Allow if both are rules. Will get DFA nondeterminism error later.
ErrorManager.java 615 public static void nondeterminism(DecisionProbe probe, method in class:ErrorManager
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSemanticPredicates.java 838 assertNotNull("no nondeterminism warning?", msg);
839 assertTrue("expecting nondeterminism; found "+msg.getClass().getName(),
TestDFAConversion.java     [all...]
  /external/antlr/antlr-3.4/tool/
CHANGES.txt 206 * greedy=true option shuts off nondeterminism warning.
725 nondeterminisms so it's clear the nondeterminism is a result of insufficient preds.
733 * Improved nondeterminism warning to have:
739 To create the prediction DFA for the optional sub rule in 'a', ANTLR must find all references to 'a' to determine what can follow. A B can follow 'a' in the first two alts rule 'b'. To resolve the conflict between matching A B immediately in the sub rule and exiting rule 'a' to match it in 'b', ANTLR looks for predicates. In this case, there are two predicates that indicate the semantic context in which the surrounding alternatives are valid. The problem is that one of the predicates is hidden by an action. It took me 1.5 days, but I've finally have gotten ANTLR to properly track the insufficiently covered alternatives. Further, I have gotten it to tell you precisely where the uncovered predicates are even if they are simply hidden by actions. I have also updated all of the nondeterminism warnings so that it tells you if there was a predicate but one hidden by an action (this could be a separate condition from insufficiently covered predicates). here are your messages from ANTLR:
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
README 738 * No grammar nondeterminism warning now when wildcard '.' is final alt.
    [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 533 // first, would introduce nondeterminism (or something close to it)
    [all...]
  /external/bison/
ChangeLog-2012     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/bison/doc/
bison.info     [all...]
bison.texi     [all...]
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 441 milliseconds