Home | History | Annotate | Download | only in antlr3

Lines Matching full:expecting

323             if e.expecting == EOF:
327 tokenName = self.tokenNames[e.expecting]
329 msg = "extraneous input %s expecting %s" % (
336 if e.expecting == EOF:
340 tokenName = self.tokenNames[e.expecting]
348 if e.expecting == EOF:
351 tokenName = self.tokenNames[e.expecting]
355 + " expecting " \
360 if e.expecting == EOF:
363 tokenName = self.tokenNames[e.expecting]
365 msg = "mismatched tree node: %s expecting %s" \
379 + " expecting set " \
380 + repr(e.expecting)
385 + " expecting set " \
386 + repr(e.expecting)
1289 + " expecting " \
1290 + self.getCharErrorDisplay(e.expecting)
1303 + " expecting set " \
1304 + repr(e.expecting)
1309 + " expecting set " \
1310 + repr(e.expecting)
1315 + " expecting set " \