Home | History | Annotate | Download | only in tests

Lines Matching refs:grammarEntry

64     def execParser(self, grammar, grammarEntry, input, expectErrors=False):
71 r = getattr(parser, grammarEntry)()
92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input):
100 r = getattr(parser, grammarEntry)()