Home | History | Annotate | Download | only in antlr3

Lines Matching refs:lastErrorIndex

73         self.lastErrorIndex = -1
189 self._state.lastErrorIndex = -1
460 # perhaps make lastErrorIndex a member of input
461 if self._state.lastErrorIndex == input.index():
468 self._state.lastErrorIndex = input.index()