Home
last modified time | relevance | path

Searched refs:execTreeParser (Results 1 – 18 of 18) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestTreeGrammarRewriteAST.java63 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 …]
DTestTreeParsing.java50 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 …]
DTestHeteroAST.java374 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()
DTestSyntacticPredicateEvaluation.java310 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserWithSynPred()
337 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserWithNestedSynPred()
DTestRewriteTemplates.java213 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSingleNode()
233 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSingleNodeRewriteMode()
DBaseTest.java267 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/
Dt051treeRewriteAST.py29 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 …]
Dt049treeparser.py35 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 …]
Dt053hetero.py78 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(
Dt057autoAST.py92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in TestAutoAST
Dt058rewriteAST.py92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in TestRewriteAST
/external/antlr/runtime/Python3/tests/
Dt051treeRewriteAST.py29 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 …]
Dt049treeparser.py35 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 …]
Dt053hetero.py78 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(
Dt057autoAST.py92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in TestAutoAST
Dt058rewriteAST.py92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): member in TestRewriteAST
/external/antlr/gunit/src/main/resources/org/antlr/gunit/
Djunit.stg50 …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/
DgUnitBaseTest.java288 …public Object execTreeParser(String testTreeRuleName, String testRuleName, String testInput, boole… in execTreeParser() method in gUnitBaseTest