Home | History | Annotate | Download | only in antlr3

Lines Matching refs:stopIndex

1216         self.stopIndex = -1
1231 self.stopIndex = payload.stopIndex
1309 if self.stopIndex == -1 and self.token is not None:
1312 return self.stopIndex
1315 self.stopIndex = index
1327 if self.startIndex < 0 or self.stopIndex < 0:
1328 self.startIndex = self.stopIndex = self.token.getTokenIndex()
1335 if self.startIndex >= 0 and self.stopIndex >= 0:
1343 self.stopIndex = lastChild.getTokenStopIndex()