Lines Matching refs:Index
78 * The index into the tokens list of the current token (next token
101 public virtual int Index
139 int index = 0;
168 t.TokenIndex = index;
170 index++;
199 /** <summary>Given a starting index, return the index of the first on-channel token.</summary> */
265 * Given a start and stop index, return a List of all tokens in
431 lastMarker = Index;
464 public virtual void Seek( int index )
466 p = index;