Home | History | Annotate | Download | only in antlr3

Lines Matching full:starttoken

329     def setTokenBoundaries(self, t, startToken, stopToken):
330 self.adaptor.setTokenBoundaries(t, startToken, stopToken)
331 if t is not None and startToken is not None and stopToken is not None:
333 t, startToken.getTokenIndex(),