Home
last modified time | relevance | path

Searched refs:nondetMsg (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestSemanticPredicates.java841 GrammarNonDeterminismMessage nondetMsg = in checkDecision() local
844 nondetMsg.probe.getSampleNonDeterministicInputSequence(nondetMsg.problemState); in checkDecision()
845 String input = nondetMsg.probe.getInputSequenceDisplay(labels); in checkDecision()
851 GrammarNonDeterminismMessage nondetMsg = in checkDecision() local
854 str(expectingNonDetAlts), nondetMsg); in checkDecision()
856 nondetMsg.probe.getNonDeterministicAltsForState(nondetMsg.problemState); in checkDecision()
864 nondetMsg.problemState.dfa.hasPredicateBlockedByAction); in checkDecision()
868 GrammarNonDeterminismMessage nondetMsg = in checkDecision() local
870 assertNull("found nondet alts, but expecting none", nondetMsg); in checkDecision()
890 GrammarInsufficientPredicatesMessage nondetMsg = in checkDecision() local
[all …]
DTestDFAConversion.java1666 GrammarNonDeterminismMessage nondetMsg = in checkDecision() local
1669 nondetMsg.probe.getSampleNonDeterministicInputSequence(nondetMsg.problemState); in checkDecision()
1670 String input = nondetMsg.probe.getInputSequenceDisplay(labels); in checkDecision()
1677 GrammarNonDeterminismMessage nondetMsg = in checkDecision() local
1680 if ( nondetMsg!=null ) { in checkDecision()
1682 nondetMsg.probe.getNonDeterministicAltsForState(nondetMsg.problemState); in checkDecision()
1698 nondetMsg!=null||recMsg!=null); in checkDecision()
1702 GrammarNonDeterminismMessage nondetMsg = in checkDecision() local
1704 assertNull("found nondet alts, but expecting none", nondetMsg); in checkDecision()