Click or drag to resize

TokenQueue Methods

The TokenQueue type exposes the following members.

Methods
  NameDescription
Public methodClear
Empties the Token Queue.
(Overrides BaseTokenQueueClear.)
Public methodDequeue
Removes and returns the first Token from the Queue.
(Overrides BaseTokenQueueDequeue.)
Public methodEnqueue
Adds a Token to the end of the Queue.
(Overrides BaseTokenQueueEnqueue(IToken).)
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
Initialises the Token Queue Buffer.
(Overrides BaseTokenQueueInitialiseBuffer.)
Public methodInitialiseBuffer(Int32)
Initialises the Token Queue Buffer to the set Buffer Amount.
(Overrides BaseTokenQueueInitialiseBuffer(Int32).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek
Gets the first Token from the Queue without removing it.
(Overrides BaseTokenQueuePeek.)
Protected methodPrintTrace
Internal Helper Method for Tokeniser Tracing.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also