Home
last modified time | relevance | path

Searched defs:expectedArg (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestSymbolDefinitions.java245 Object expectedArg = "'begin'"; in testParserStringLiterals() local
259 Object expectedArg = "'('"; in testParserCharLiterals() local
273 Object expectedArg = "'x'"; in testEmptyNotChar() local
287 Object expectedArg = "A"; in testEmptyNotToken() local
301 Object expectedArg = null; in testEmptyNotSet() local
318 Object expectedArg = "'begin'"; in testStringLiteralInParserTokensSection() local
335 Object expectedArg = "'('"; in testCharLiteralInParserTokensSection() local
351 Object expectedArg = "'('"; in testCharLiteralInLexerTokensSection() local
366 Object expectedArg = "a"; in testRuleRedefinition() local
381 Object expectedArg = "ID"; in testLexerRuleRedefinition() local
[all …]
DTestAttributes.java437 Object expectedArg = "x"; in testInvalidArguments() local
604 Object expectedArg = "x"; in testInvalidReturnValues() local
752 Object expectedArg = "a"; in testInvalidRuleLabelAccessesParameter() local
781 Object expectedArg = "a"; in testInvalidRuleLabelAccessesScopeAttribute() local
809 Object expectedArg = "a"; in testInvalidRuleAttribute() local
837 Object expectedArg = "r"; in testMissingRuleAttribute() local
864 Object expectedArg = "a"; in testMissingUnlabeledRuleAttribute() local
888 Object expectedArg = "x"; in testNonDynamicAttributeOutsideRule() local
913 Object expectedArg = "x"; in testNonDynamicAttributeOutsideRule2() local
969 Object expectedArg = "Symbols"; in testUnknownGlobalScope() local
[all …]
DTestMessages.java70 Object expectedArg = "other"; in testMessageStringificationIsConsistent() local
DTestRewriteAST.java1178 Object expectedArg = "ugh"; in testUnknownRule() local
1207 Object expectedArg = "b"; in testKnownRuleButNotInLHS() local
1235 Object expectedArg = "ICK"; in testUnknownToken() local
1263 Object expectedArg = "foo"; in testUnknownLabel() local
1291 Object expectedArg = "'a'"; in testUnknownCharLiteralToken() local
1319 Object expectedArg = "'foo'"; in testUnknownStringLiteralToken() local
DTestTemplates.java311 Object expectedArg = "%x"; in testCannotHaveSpaceBeforeDot() local
339 Object expectedArg = "%x."; in testCannotHaveSpaceAfterDot() local
DTestCompositeGrammars.java299 Object expectedArg = "X='a'"; in testSameStringTwoNames() local
352 Object expectedArg = "A='x'"; in testSameNameTwoStrings() local
390 Object expectedArg = "S"; in testImportedTokenVocabIgnoredWithWarning() local
DTestTreeGrammarRewriteAST.java251 Object expectedArg = null; in testNoWildcardAsRootError() local