Home | History | Annotate | Download | only in antlr3

Lines Matching full:gettokenstartindex

337     def getTokenStartIndex(self, t):
338 return self.adaptor.getTokenStartIndex(t)
1059 # int tokenIndex = adaptor.getTokenStartIndex(t);