Lines Matching refs:re
248 # remove EOR if we're not the start symbol
252 # then we know we're missing a token; error recovery is free to
450 def recover(self, input, re):
712 # we want to return the token we're actually matching
1121 except NoViableAltException, re:
1122 self.reportError(re)
1123 self.recover(re) # throw out current char and try again
1125 except RecognitionException, re:
1126 self.reportError(re)
1332 def recover(self, re):