/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestTreeGrammarRewriteAST.java | 63 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatList() 83 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSimpleTree() 102 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNonImaginaryWithCtor() 122 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testCombinedRewriteAndAuto() 126 found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testCombinedRewriteAndAuto() 146 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAvoidDup() 166 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testLoop() 186 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoDup() 207 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoDupRule() 227 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoWildcard() [all …]
|
D | TestTreeParsing.java | 50 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatList() 70 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSimpleTree() 93 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatVsTreeDecision() 116 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatVsTreeDecision2() 139 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testCyclicDFALookahead() 160 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTemplateOutput() 180 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList() 201 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList2() 223 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList3() 244 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testActionsAfterRoot() [all …]
|
D | TestHeteroAST.java | 374 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserRewriteFlatList() 404 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserRewriteTree() 431 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserRewriteImaginary() 459 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserRewriteImaginaryWithArgs() 486 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserRewriteImaginaryRoot() 514 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserRewriteImaginaryFromReal() 541 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserAutoHeteroAST()
|
D | TestSyntacticPredicateEvaluation.java | 310 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserWithSynPred() 337 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserWithNestedSynPred()
|
D | TestRewriteTemplates.java | 213 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSingleNode() 233 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSingleNodeRewriteMode()
|
D | BaseTest.java | 267 protected String execTreeParser(String parserGrammarFileName, in execTreeParser() method in BaseTest 278 return execTreeParser(parserGrammarFileName, in execTreeParser() 291 protected String execTreeParser(String parserGrammarFileName, in execTreeParser() method in BaseTest
|
/external/antlr/runtime/Python/tests/ |
D | t051treeRewriteAST.py | 29 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in T 76 found = self.execTreeParser( 111 found = self.execTreeParser( 146 found = self.execTreeParser( 155 found = self.execTreeParser( 190 found = self.execTreeParser( 225 found = self.execTreeParser( 260 found = self.execTreeParser( 297 found = self.execTreeParser( 325 found = self.execTreeParser( [all …]
|
D | t049treeparser.py | 35 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in T 76 found = self.execTreeParser( 110 found = self.execTreeParser( 146 found = self.execTreeParser( 181 found = self.execTreeParser( 215 found = self.execTreeParser( 269 found = self.execTreeParser( 302 found = self.execTreeParser( 336 found = self.execTreeParser( 369 found = self.execTreeParser( [all …]
|
D | t053hetero.py | 78 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in T 643 found = self.execTreeParser( 691 found = self.execTreeParser( 739 found = self.execTreeParser( 787 found = self.execTreeParser( 834 found = self.execTreeParser( 885 found = self.execTreeParser( 929 found = self.execTreeParser(
|
D | t057autoAST.py | 92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in TestAutoAST
|
D | t058rewriteAST.py | 92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in TestRewriteAST
|
/external/antlr/runtime/Python3/tests/ |
D | t051treeRewriteAST.py | 29 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in T 76 found = self.execTreeParser( 111 found = self.execTreeParser( 146 found = self.execTreeParser( 155 found = self.execTreeParser( 190 found = self.execTreeParser( 225 found = self.execTreeParser( 260 found = self.execTreeParser( 297 found = self.execTreeParser( 325 found = self.execTreeParser( [all …]
|
D | t049treeparser.py | 35 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in T 76 found = self.execTreeParser( 110 found = self.execTreeParser( 146 found = self.execTreeParser( 181 found = self.execTreeParser( 215 found = self.execTreeParser( 247 found = self.execTreeParser( 280 found = self.execTreeParser( 314 found = self.execTreeParser( 347 found = self.execTreeParser( [all …]
|
D | t053hetero.py | 78 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in T 643 found = self.execTreeParser( 691 found = self.execTreeParser( 739 found = self.execTreeParser( 787 found = self.execTreeParser( 834 found = self.execTreeParser( 885 found = self.execTreeParser( 929 found = self.execTreeParser(
|
D | t057autoAST.py | 92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in TestAutoAST
|
D | t058rewriteAST.py | 92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in TestRewriteAST
|
/external/antlr/gunit/src/main/resources/org/antlr/gunit/ |
D | junit.stg | 50 …Object retval = execTreeParser(<testTreeRuleName>, <testRuleName>, "<test.inputEscaped>", <test.is… 61 …<returnType> retval = (<returnType>)execTreeParser(<testTreeRuleName>, <testRuleName>, "<test.inpu…
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/ |
D | gUnitBaseTest.java | 288 …public Object execTreeParser(String testTreeRuleName, String testRuleName, String testInput, boole… in execTreeParser() method in gUnitBaseTest
|