Home | History | Annotate | Download | only in antlr3

Lines Matching refs:last

90         last symbol has been read.  The index is the symbol about to be
108 Rewind to the input position of the last marker.
114 like invoking rewind(last marker) but it should not "pop"
115 the marker off. It's like seek(last marker's input position).
432 last symbol has been read. The index is the index of char to
652 # Remember last marked position
1000 def __init__(self, stream, first, last, text):
1002 self.lastIndex = last
1172 last = args[0]
1178 last = args[1]
1184 last = args[2]
1194 if isinstance(last, Token):
1195 # last is a Token, grap the stream index from it
1196 last = last.index
1198 if first > last or first < 0 or last < 0 or last >= len(self.tokens):
1201 % (first, last, len(self.tokens)))
1203 op = ReplaceOp(self, first, last, text)
1320 # include stuff after end if it's last index in buffer
1324 # Scan any remaining operations after last token