Home
last modified time | relevance | path

Searched refs:checkGrammarSemanticsError (Results 1 – 3 of 3) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestSymbolDefinitions.java251 checkGrammarSemanticsError(equeue, expectedMessage); in testParserStringLiterals()
265 checkGrammarSemanticsError(equeue, expectedMessage); in testParserCharLiterals()
279 checkGrammarSemanticsError(equeue, expectedMessage); in testEmptyNotChar()
293 checkGrammarSemanticsError(equeue, expectedMessage); in testEmptyNotToken()
307 checkGrammarSemanticsError(equeue, expectedMessage); in testEmptyNotSet()
324 checkGrammarSemanticsError(equeue, expectedMessage); in testStringLiteralInParserTokensSection()
341 checkGrammarSemanticsError(equeue, expectedMessage); in testCharLiteralInParserTokensSection()
357 checkGrammarSemanticsError(equeue, expectedMessage); in testCharLiteralInLexerTokensSection()
372 checkGrammarSemanticsError(equeue, expectedMessage); in testRuleRedefinition()
387 checkGrammarSemanticsError(equeue, expectedMessage); in testLexerRuleRedefinition()
[all …]
DTestCompositeGrammars.java306 checkGrammarSemanticsError(equeue, expectedMessage); in testSameStringTwoNames()
359 checkGrammarSemanticsError(equeue, expectedMessage); in testSameNameTwoStrings()
DBaseTest.java523 protected void checkGrammarSemanticsError(ErrorQueue equeue, in checkGrammarSemanticsError() method in BaseTest