Home | History | Annotate | Download | only in antlr3

Lines Matching full:inputsymbol

968     def traceIn(self, ruleName, ruleIndex, inputSymbol):
969 sys.stdout.write("enter %s %s" % (ruleName, inputSymbol))
977 def traceOut(self, ruleName, ruleIndex, inputSymbol):
978 sys.stdout.write("exit %s %s" % (ruleName, inputSymbol))
1344 inputSymbol = "%s line=%d:%s" % (self.input.LT(1),
1349 BaseRecognizer.traceIn(self, ruleName, ruleIndex, inputSymbol)
1353 inputSymbol = "%s line=%d:%s" % (self.input.LT(1),
1358 BaseRecognizer.traceOut(self, ruleName, ruleIndex, inputSymbol)