TokenQueue Class |
Namespace: VDS.RDF.Parsing.Tokens
The TokenQueue type exposes the following members.
Name | Description | |
---|---|---|
![]() | TokenQueue() |
Creates a new Token Queue.
|
![]() | TokenQueue(ITokeniser) |
Creates a new Token Queue with the given Tokeniser.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of Tokens in the Queue.
(Overrides BaseTokenQueue.Count.) |
![]() | LastTokenType |
Gets the Token Type of the last Token dequeued.
(Inherited from BaseTokenQueue.) |
![]() | Tokeniser |
Sets the Tokeniser used by the Queue.
(Inherited from BaseTokenQueue.) |
![]() | Tokens |
Gets the underlying Queue of Tokens.
(Overrides BaseTokenQueue.Tokens.) |
![]() | Tracing |
Gets/Sets Tracing for the Token Queue.
(Inherited from BaseTokenQueue.) |
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.) |
Name | Description | |
---|---|---|
![]() | _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.
|
![]() | _tracing |
Variable indicating whether Tokeniser Tracing is enabled.
(Inherited from BaseTokenQueue.) |