Lines Matching refs:LT
206 def LT(self, i):
255 def LT(self, k):
259 two tokens ago. LT(0) is undefined. For i>=n, return Token.EOFToken.
260 Return null for LT(0) and any index that results in an absolute address
416 def LT(self, i):
680 This is done upon first LT request because you might want to
725 must become active with LT(1) available. consume() simply
726 moves the input pointer so that LT(1) points at the next
811 def LT(self, k):
889 return self.LT(i).type