BufferedTokenQueue Methods |
The BufferedTokenQueue type exposes the following members.
Name | Description | |
---|---|---|
![]() | BufferInternal |
Internal Helper Method which performs the Buffering.
|
![]() | Clear |
Empties the Token Queue.
(Inherited from TokenQueue.) |
![]() | Dequeue |
Gets the next Token in the Queue and removes it from the Queue.
(Overrides TokenQueue.Dequeue().) |
![]() | Enqueue |
Adds a Token to the end of the Queue.
(Inherited from TokenQueue.) |
![]() | 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() |
Causes the Buffer to be filled using the Default Buffering level of 10.
(Overrides TokenQueue.InitialiseBuffer().) |
![]() | InitialiseBuffer(Int32) |
Causes the Buffer to be filled and sets the Buffering level for the Queue.
(Overrides TokenQueue.InitialiseBuffer(Int32).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Peek |
Gets the next Token in the Queue without removing it from the Queue.
(Overrides TokenQueue.Peek().) |
![]() | PrintTrace |
Internal Helper Method for Tokeniser Tracing.
(Inherited from TokenQueue.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |