Click or drag to resize

BufferedTokenQueue Methods

The BufferedTokenQueue type exposes the following members.

Methods
  NameDescription
Protected methodBufferInternal
Internal Helper Method which performs the Buffering.
Public methodClear
Empties the Token Queue.
(Inherited from TokenQueue.)
Public methodDequeue
Gets the next Token in the Queue and removes it from the Queue.
(Overrides TokenQueueDequeue.)
Public methodEnqueue
Adds a Token to the end of the Queue.
(Inherited from TokenQueue.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialiseBuffer
Causes the Buffer to be filled using the Default Buffering level of 10.
(Overrides TokenQueueInitialiseBuffer.)
Public methodInitialiseBuffer(Int32)
Causes the Buffer to be filled and sets the Buffering level for the Queue.
(Overrides TokenQueueInitialiseBuffer(Int32).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek
Gets the next Token in the Queue without removing it from the Queue.
(Overrides TokenQueuePeek.)
Protected methodPrintTrace
Internal Helper Method for Tokeniser Tracing.
(Inherited from TokenQueue.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also