UnbufferedTokenStream Methods |
The UnbufferedTokenStream type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | (Overrides FastQueueTClear.) | |
| Consume | (Overrides LookaheadStreamTConsume.) | |
| Dequeue |
Get and remove first element in queue; override
{@link FastQueue#remove()}; it's the same, just checks for backtracking.
(Inherited from LookaheadStreamT.) | |
| Enqueue | (Inherited from FastQueueT.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Fill | add n elements to buffer (Inherited from LookaheadStreamT.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsEndOfFile | (Overrides LookaheadStreamTIsEndOfFile(T).) | |
| LA | ||
| LB | (Inherited from LookaheadStreamT.) | |
| LT | (Inherited from LookaheadStreamT.) | |
| Mark | (Overrides LookaheadStreamTMark.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NextElement | (Overrides LookaheadStreamTNextElement.) | |
| Peek | (Inherited from FastQueueT.) | |
| Release | (Overrides LookaheadStreamTRelease(Int32).) | |
| Reset | (Inherited from LookaheadStreamT.) | |
| Rewind | (Inherited from LookaheadStreamT.) | |
| Rewind(Int32) | (Inherited from LookaheadStreamT.) | |
| Seek |
Seek to a 0-indexed absolute token index. Normally used to seek backwards
in the buffer. Does not force loading of nodes.
(Inherited from LookaheadStreamT.) | |
| SyncAhead |
Make sure we have 'need' elements from current position p. Last valid
p index is data.size()-1. p+need-1 is the data index 'need' elements
ahead. If we need 1 element, (p+1-1)==p must be < data.size().
(Inherited from LookaheadStreamT.) | |
| ToString | Return string of current buffer contents; non-destructive (Inherited from FastQueueT.) | |
| ToString(Int32, Int32) | ||
| ToString(IToken, IToken) |