Searched refs:nonDetAlts (Results 1 – 3 of 3) sorted by relevance
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestDFAConversion.java | 83 int[] nonDetAlts = new int[] {1,2}; in testAB_or_AC_k1() local 88 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testAB_or_AC_k1() 141 int[] nonDetAlts = null; in testRecursionOverflowWithPredOk() local 146 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testRecursionOverflowWithPredOk() 170 int[] nonDetAlts = null; in testRecursionOverflowWithPredOk2() local 175 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testRecursionOverflowWithPredOk2() 208 int[] nonDetAlts = null; in testSynPredResolvesRecursion() local 213 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testSynPredResolvesRecursion() 229 int[] nonDetAlts = null; in testSynPredMissingInMiddle() local 234 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testSynPredMissingInMiddle() [all …]
|
D | TestCharDFAConversion.java | 529 List nonDetAlts = dfa.getUnreachableAlts(); in checkDecision() local 534 if ( nonDetAlts!=null && nonDetAlts.size()!=0 ) { in checkDecision() 535 System.err.println("nondeterministic alts (should be empty): "+nonDetAlts); in checkDecision() 537 assertEquals("unreachable alts mismatch", 0, nonDetAlts!=null?nonDetAlts.size():0); in checkDecision() 542 nonDetAlts!=null?nonDetAlts.contains(new Integer(expectingUnreachableAlts[i])):false); in checkDecision()
|
D | TestSemanticPredicates.java | 680 int[] nonDetAlts = null; in testPredWithK1() local 686 nonDetAlts, ambigInput, insufficientPredAlts, in testPredWithK1() 703 int[] nonDetAlts = null; in testPredWithArbitraryLookahead() local 709 nonDetAlts, ambigInput, insufficientPredAlts, in testPredWithArbitraryLookahead() 737 int[] nonDetAlts = null; in testUniquePredicateOR() local 743 nonDetAlts, ambigInput, insufficientPredAlts, in testUniquePredicateOR() 775 int[] nonDetAlts = new int[] {1,2}; in _template() local 781 nonDetAlts, ambigInput, insufficientPredAlts, in _template() 855 List nonDetAlts = in checkDecision() local 861 s2.addAll(nonDetAlts); in checkDecision()
|