Searched defs:treeGrammar (Results 1 – 10 of 10) sorted by relevance
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTreeGrammarRewriteAST.java | 56 String treeGrammar = in testFlatList() local 76 String treeGrammar = in testSimpleTree() local 95 String treeGrammar = in testNonImaginaryWithCtor() local 115 String treeGrammar = in testCombinedRewriteAndAuto() local 139 String treeGrammar = in testAvoidDup() local 159 String treeGrammar = in testLoop() local 179 String treeGrammar = in testAutoDup() local 199 String treeGrammar = in testAutoDupRule() local 220 String treeGrammar = in testAutoWildcard() local 235 String treeGrammar = in testNoWildcardAsRootError() local [all …]
|
D | TestTreeParsing.java | 42 String treeGrammar = in testFlatList() local 62 String treeGrammar = in testSimpleTree() local 84 String treeGrammar = in testFlatVsTreeDecision() local 107 String treeGrammar = in testFlatVsTreeDecision2() local 131 String treeGrammar = in testCyclicDFALookahead() local 151 String treeGrammar = in testTemplateOutput() local 172 String treeGrammar = in testNullableChildList() local 193 String treeGrammar = in testNullableChildList2() local 214 String treeGrammar = in testNullableChildList3() local 236 String treeGrammar = in testActionsAfterRoot() local [all …]
|
D | TestHeteroAST.java | 356 String treeGrammar = in testTreeParserRewriteFlatList() local 386 String treeGrammar = in testTreeParserRewriteTree() local 416 String treeGrammar = in testTreeParserRewriteImaginary() local 443 String treeGrammar = in testTreeParserRewriteImaginaryWithArgs() local 471 String treeGrammar = in testTreeParserRewriteImaginaryRoot() local 498 String treeGrammar = in testTreeParserRewriteImaginaryFromReal() local 526 String treeGrammar = in testTreeParserAutoHeteroAST() local
|
D | TestSyntacticPredicateEvaluation.java | 301 String treeGrammar = in testTreeParserWithSynPred() local 325 String treeGrammar = in testTreeParserWithNestedSynPred() local
|
D | TestRewriteTemplates.java | 205 String treeGrammar = in testSingleNode() local 225 String treeGrammar = in testSingleNodeRewriteMode() local
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t049treeparser.py | 35 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): argument
|
D | t053hetero.py | 78 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): argument
|
D | t051treeRewriteAST.py | 29 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): argument
|
D | t057autoAST.py | 92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): argument
|
D | t058rewriteAST.py | 92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input): argument
|