Lines Matching refs:def
9 def parserClass(self, base):
11 def __init__(self, *args, **kwargs):
18 def capture(self, t):
22 def traceIn(self, ruleName, ruleIndex):
26 def traceOut(self, ruleName, ruleIndex):
30 def emitErrorMessage(self, msg):
37 def lexerClass(self, base):
39 def __init__(self, *args, **kwargs):
45 def capture(self, t):
49 def traceIn(self, ruleName, ruleIndex):
53 def traceOut(self, ruleName, ruleIndex):
57 def recover(self, input, re):
64 def execParser(self, grammar, grammarEntry, input, expectErrors=False):
92 def execTreeParser(self, grammar, grammarEntry, treeGrammar, treeEntry, input):
112 def testTokenList(self):
127 def testTokenListInSingleAltBlock(self):
142 def testSimpleRootAtOuterLevel(self):
157 def testSimpleRootAtOuterLevelReverse(self):
172 def testBang(self):
187 def testOptionalThenRoot(self):
202 def testLabeledStringRoot(self):
217 def testWildcard(self):
232 def testWildcardRoot(self):
247 def testWildcardRootWithLabel(self):
262 def testWildcardRootWithListLabel(self):
277 def testWildcardBangWithListLabel(self):
292 def testRootRoot(self):
307 def testRootRoot2(self):
322 def testRootThenRootInLoop(self):
337 def testNestedSubrule(self):
352 def testInvokeRule(self):
368 def testInvokeRuleAsRoot(self):
384 def testInvokeRuleAsRootWithLabel(self):
400 def testInvokeRuleAsRootWithListLabel(self):
416 def testRuleRootInLoop(self):
431 def testRuleInvocationRuleRootInLoop(self):
447 def testTailRecursion(self):
464 def testSet(self):
479 def testSetRoot(self):
496 def testSetRootWithLabel(self):
511 def testSetAsRuleRootInLoop(self):
526 def testNotSet(self):
541 def testNotSetWithLabel(self):
556 def testNotSetWithListLabel(self):
571 def testNotSetRoot(self):
586 def testNotSetRootWithLabel(self):
601 def testNotSetRootWithListLabel(self):
616 def testNotSetRuleRootInLoop(self):
633 def testTokenLabelReuse(self):
649 def testTokenLabelReuse2(self):
665 def testTokenListLabelReuse(self):
683 def testTokenListLabelReuse2(self):
701 def testTokenListLabelRuleRoot(self):
716 def testTokenListLabelBang(self):
731 def testRuleListLabel(self):
750 def testRuleListLabelRuleRoot(self):
768 def testRuleListLabelBang(self):
786 def testComplicatedMelange(self):
804 def testReturnValueWithAST(self):
820 def testSetLoop(self):
835 def testExtraTokenInSimpleDecl(self):
854 def testMissingIDInSimpleDecl(self):
873 def testMissingSetInSimpleDecl(self):
892 def testMissingTokenGivesErrorNode(self):
908 def testMissingTokenGivesErrorNodeInInvokedRule(self):
925 def testExtraTokenGivesErrorNode(self):
945 def testMissingFirstTokenGivesErrorNode(self):
961 def testMissingFirstTokenGivesErrorNode2(self):
983 def testNoViableAltGivesErrorNode(self):