BufferedTokenQueue Fields |
The BufferedTokenQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| _bufferAmount |
Variable storing the Buffer Size.
| |
| _lasttokentype |
Type of Last Token dequeued.
(Inherited from BaseTokenQueue.) | |
| _tokeniser |
Tokeniser used to fill the Token Queue.
(Inherited from BaseTokenQueue.) | |
| _tokens |
Internal Queue object which this class is a wrapper around.
(Inherited from TokenQueue.) | |
| _tracing |
Variable indicating whether Tokeniser Tracing is enabled.
(Inherited from BaseTokenQueue.) |