Share via


DottedIdentifierToken Class

Definition

Lexical token representing a type segment.

public sealed class DottedIdentifierToken : Microsoft.OData.UriParser.PathToken
type DottedIdentifierToken = class
    inherit PathToken
Public NotInheritable Class DottedIdentifierToken
Inherits PathToken
Inheritance
DottedIdentifierToken

Constructors

DottedIdentifierToken(String, QueryToken)

Create a TypeSegmentQueryToken given the Identifier and the parent (if any)

Properties

Identifier

The full name of the type.

Kind

The kind of the query token.

NextToken

The parent.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens.

Equals(Object)

Indicates the Equals overload.

(Inherited from PathToken)
GetHashCode()

Returns a hash code for this instance.

(Inherited from PathToken)

Applies to