forked from jasder/antlr
tweak
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9400]
This commit is contained in:
parent
06ed597d29
commit
7f042393d2
|
@ -140,7 +140,7 @@ public abstract class LookaheadStream<T> extends FastQueue<T> {
|
|||
/** Seek to a 0-indexed position within data buffer. Can't handle
|
||||
* case where you seek beyond end of existing buffer. Normally used
|
||||
* to seek backwards in the buffer. Does not force loading of nodes.
|
||||
* Doesn't see to absolute position in input stream since this stream
|
||||
* Doesn't seek to absolute position in input stream since this stream
|
||||
* is unbuffered. Seeks only into our moving window of elements.
|
||||
*/
|
||||
public void seek(int index) {
|
||||
|
|
Loading…
Reference in New Issue