Home | History | Annotate | Download | only in antlr3

Lines Matching refs:markDepth

363         # move through the input stream.  Indexed from 0..markDepth-1.
366 self.markDepth = 0
446 self._markers[self.markDepth] = state
449 self.markDepth += 1
451 self.lastMarker = self.markDepth
472 self.markDepth = marker-1