Home
last modified time | relevance | path

Searched defs:antlr (Results 1 – 12 of 12) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestAttributes.java58 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 …]
DTestTemplates.java67 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
DTestCompositeGrammars.java212 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 …]
DTestRewriteTemplates.java250 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
DTestMessages.java61 Tool antlr = newTool(); in testMessageStringificationIsConsistent() local
DTestRewriteAST.java875 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
DTestSymbolDefinitions.java228 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
DTestLexer.java244 Tool antlr = newTool(); in testNewlineLiterals() local
DBaseTest.java164 …protected boolean antlr(String fileName, String grammarFileName, String grammarStr, boolean debug)… in antlr() method in BaseTest
184 Tool antlr = newTool(optionsA); in antlr() local
DTestTreeGrammarRewriteAST.java243 Tool antlr = newTool(); in testNoWildcardAsRootError() local
DTestDFAConversion.java758 Tool antlr = newTool(); in testNoStartRule() local
/external/antlr/tool/src/main/java/org/antlr/
DTool.java95 Tool antlr = new Tool(args); in main() local