Home
last modified time | relevance | path

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

/external/antlr/tool/src/test/java/org/antlr/test/
DTestSemanticPredicates.java504 String expecting2 = in testGatedPredNotActuallyUsedOnEdges() local
509 checkDecision(g, 2, expecting2, null, null, null, null, null, 0, false); in testGatedPredNotActuallyUsedOnEdges()
DTestAttributes.java553 String expecting2 = "obj = rule32;"; in testReturnWithMultipleRuleRefs() local
582 expecting = expecting2; in testReturnWithMultipleRuleRefs()
1638 String expecting2 = "(INT2!=null?INT2.getText():null);"; in testTokenLabelFromMultipleAlts() local
1662 assertEquals(expecting2, found); in testTokenLabelFromMultipleAlts()
1671 String expecting2 = "(c2!=null?input.toString(c2.start,c2.stop):null);"; in testRuleLabelFromMultipleAlts() local
1691 assertEquals(expecting2, found); in testRuleLabelFromMultipleAlts()