Lines Matching refs:Index
56 * current input position, Index, or some other marker so that
59 * track line/col info as well as input index so its markers are
66 * Return the current input symbol index 0..n where n indicates the
67 * last symbol has been read. The index is the symbol about to be
71 int Index
77 * Reset the stream so that next call to index would return marker.
78 * The marker will usually be Index but it doesn't have to be. It's
114 * Set the input cursor to the position indicated by index. This is
122 * requirement and in that its argument is strictly an input cursor (index).
132 * The index is 0..n-1. A seek to position i means that LA(1) will
137 void Seek( int index );