Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAttributes.java56 Tool antlr = newTool(); in testEscapedLessThanInAction() local
81 Tool antlr = newTool(); in testEscaped$InAction() local
103 Tool antlr = newTool(); in testArguments() local
128 Tool antlr = newTool(); in testComplicatedArgParsing() local
150 Tool antlr = newTool(); in testBracketArgParsing() local
181 Tool antlr = newTool(); in testStringArgParsing() local
217 Tool antlr = newTool(); in testComplicatedSingleArgParsing() local
242 Tool antlr = newTool(); in testArgWithLT() local
273 Tool antlr = newTool(); in testGenericsAsArgumentDefinition() local
311 Tool antlr = newTool(); in testGenericsAsArgumentDefinition2() local
[all …]
DTestTemplates.java65 Tool antlr = newTool(); in testTemplateConstructor() local
102 Tool antlr = newTool(); in testTemplateConstructorNoArgs() local
140 Tool antlr = newTool(); in testIndirectTemplateConstructor() local
176 Tool antlr = newTool(); in testStringConstructor() local
211 Tool antlr = newTool(); in testSetAttr() local
247 Tool antlr = newTool(); in testSetAttrOfExpr() local
281 Tool antlr = newTool(); in testSetAttrOfExprInMembers() local
305 Tool antlr = newTool(); in testCannotHaveSpaceBeforeDot() local
333 Tool antlr = newTool(); in testCannotHaveSpaceAfterDot() local
DTestCompositeGrammars.java210 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testDelegatesSeeSameTokenType2() local
248 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testCombinedImportsCombined() local
282 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSameStringTwoNames() local
335 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSameNameTwoStrings() local
383 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testImportedTokenVocabIgnoredWithWarning() local
425 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testImportedTokenVocabWorksInRoot() local
460 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSyntaxErrorsInImportsNotThrownOut() local
486 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSyntaxErrorsInImportsNotThrownOut2() local
617 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testLexerDelegatorRuleOverridesDelegateLeavingNoRules() local
657 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testInvalidImportMechanism() local
[all …]
DTestRewriteTemplates.java248 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeOnSimpleElements() local
270 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeIgnoreActionsPredicates() local
289 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeNotSimple() local
309 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeRefRule() local
DTestMessages.java59 Tool antlr = newTool(); in testMessageStringificationIsConsistent() local
DTestRewriteAST.java873 Tool antlr = newTool(); in testWeirdRuleRef() local
1171 Tool antlr = newTool(); in testUnknownRule() local
1200 Tool antlr = newTool(); in testKnownRuleButNotInLHS() local
1228 Tool antlr = newTool(); in testUnknownToken() local
1256 Tool antlr = newTool(); in testUnknownLabel() local
1284 Tool antlr = newTool(); in testUnknownCharLiteralToken() local
1312 Tool antlr = newTool(); in testUnknownStringLiteralToken() local
DTestSymbolDefinitions.java226 Tool antlr = newTool(); in testRefToRuleWithNoReturnValue() local
726 Tool antlr = newTool(); in testBadGrammarOption() local
785 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testTokenVocabStringUsedInLexer() local
817 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testTokenVocabStringUsedInCombined() local
DTestLexer.java242 Tool antlr = newTool(); in testNewlineLiterals() local
DBaseTest.java148 …protected boolean antlr(String fileName, String grammarFileName, String grammarStr, boolean debug)… in antlr() method in BaseTest
168 Tool antlr = newTool(optionsA); in antlr() local
DTestTreeGrammarRewriteAST.java242 Tool antlr = newTool(); in testNoWildcardAsRootError() local
DTestDFAConversion.java755 Tool antlr = newTool(); in testNoStartRule() local
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jar ... org/antlr/grammar/v3/ org/antlr/misc/ org/antlr/tool/ org
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
Dantlr3.jar ... ant/ org/apache/tools/ant/antlr/ org/apache/tools/ant/antlr
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java90 Tool antlr = new Tool(args); in main() local