TokenQueue Methods |
The TokenQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Empties the Token Queue.
(Overrides BaseTokenQueue.Clear().) | |
| Dequeue |
Removes and returns the first Token from the Queue.
(Overrides BaseTokenQueue.Dequeue().) | |
| Enqueue |
Adds a Token to the end of the Queue.
(Overrides BaseTokenQueue.Enqueue(IToken).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitialiseBuffer() |
Initialises the Token Queue Buffer.
(Overrides BaseTokenQueue.InitialiseBuffer().) | |
| InitialiseBuffer(Int32) |
Initialises the Token Queue Buffer to the set Buffer Amount.
(Overrides BaseTokenQueue.InitialiseBuffer(Int32).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Peek |
Gets the first Token from the Queue without removing it.
(Overrides BaseTokenQueue.Peek().) | |
| PrintTrace |
Internal Helper Method for Tokeniser Tracing.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |