/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestAttributes.java | 58 Tool antlr = newTool(); in testEscapedLessThanInAction() local 83 Tool antlr = newTool(); in testEscaped$InAction() local 105 Tool antlr = newTool(); in testArguments() local 130 Tool antlr = newTool(); in testComplicatedArgParsing() local 152 Tool antlr = newTool(); in testBracketArgParsing() local 183 Tool antlr = newTool(); in testStringArgParsing() local 219 Tool antlr = newTool(); in testComplicatedSingleArgParsing() local 244 Tool antlr = newTool(); in testArgWithLT() local 275 Tool antlr = newTool(); in testGenericsAsArgumentDefinition() local 313 Tool antlr = newTool(); in testGenericsAsArgumentDefinition2() local [all …]
|
D | TestTemplates.java | 67 Tool antlr = newTool(); in testTemplateConstructor() local 104 Tool antlr = newTool(); in testTemplateConstructorNoArgs() local 142 Tool antlr = newTool(); in testIndirectTemplateConstructor() local 178 Tool antlr = newTool(); in testStringConstructor() local 213 Tool antlr = newTool(); in testSetAttr() local 249 Tool antlr = newTool(); in testSetAttrOfExpr() local 283 Tool antlr = newTool(); in testSetAttrOfExprInMembers() local 307 Tool antlr = newTool(); in testCannotHaveSpaceBeforeDot() local 335 Tool antlr = newTool(); in testCannotHaveSpaceAfterDot() local
|
D | TestCompositeGrammars.java | 212 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testDelegatesSeeSameTokenType2() local 250 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testCombinedImportsCombined() local 284 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSameStringTwoNames() local 337 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSameNameTwoStrings() local 385 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testImportedTokenVocabIgnoredWithWarning() local 427 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testImportedTokenVocabWorksInRoot() local 462 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSyntaxErrorsInImportsNotThrownOut() local 488 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSyntaxErrorsInImportsNotThrownOut2() local 619 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testLexerDelegatorRuleOverridesDelegateLeavingNoRules() local 659 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testInvalidImportMechanism() local [all …]
|
D | TestRewriteTemplates.java | 250 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeOnSimpleElements() local 272 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeIgnoreActionsPredicates() local 291 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeNotSimple() local 311 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeRefRule() local
|
D | TestMessages.java | 61 Tool antlr = newTool(); in testMessageStringificationIsConsistent() local
|
D | TestRewriteAST.java | 875 Tool antlr = newTool(); in testWeirdRuleRef() local 1170 Tool antlr = newTool(); in testUnknownRule() local 1199 Tool antlr = newTool(); in testKnownRuleButNotInLHS() local 1227 Tool antlr = newTool(); in testUnknownToken() local 1255 Tool antlr = newTool(); in testUnknownLabel() local 1283 Tool antlr = newTool(); in testUnknownCharLiteralToken() local 1311 Tool antlr = newTool(); in testUnknownStringLiteralToken() local
|
D | TestSymbolDefinitions.java | 228 Tool antlr = newTool(); in testRefToRuleWithNoReturnValue() local 728 Tool antlr = newTool(); in testBadGrammarOption() local 787 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testTokenVocabStringUsedInLexer() local 819 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testTokenVocabStringUsedInCombined() local
|
D | TestLexer.java | 244 Tool antlr = newTool(); in testNewlineLiterals() local
|
D | BaseTest.java | 164 …protected boolean antlr(String fileName, String grammarFileName, String grammarStr, boolean debug)… in antlr() method in BaseTest 184 Tool antlr = newTool(optionsA); in antlr() local
|
D | TestTreeGrammarRewriteAST.java | 243 Tool antlr = newTool(); in testNoWildcardAsRootError() local
|
D | TestDFAConversion.java | 758 Tool antlr = newTool(); in testNoStartRule() local
|
/external/antlr/tool/src/main/java/org/antlr/ |
D | Tool.java | 95 Tool antlr = new Tool(args); in main() local
|