UnbufferedTokenStream Properties |
The UnbufferedTokenStream type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Size of entire stream is unknown; we only know buffer size from FastQueue (Inherited from LookaheadStreamT.) | |
| EndOfFile | (Inherited from LookaheadStreamT.) | |
| Index | (Inherited from LookaheadStreamT.) | |
| Item |
Return element {@code i} elements ahead of current element. {@code i==0}
gets current element. This is not an absolute index into {@link #data}
since {@code p} defines the start of the real list.
(Inherited from FastQueueT.) | |
| LastRealToken | ||
| LastToken | ||
| MaxLookBehind | ||
| PreviousElement | (Inherited from LookaheadStreamT.) | |
| Range |
How deep have we gone?
(Inherited from FastQueueT.) | |
| SourceName | ||
| TokenSource |