Share via


PathToken Class

Definition

Lexical token representing a segment in a path.

public abstract class PathToken : Microsoft.OData.UriParser.QueryToken
type PathToken = class
    inherit QueryToken
Public MustInherit Class PathToken
Inherits QueryToken
Inheritance
PathToken
Derived

Constructors

PathToken()

Properties

Identifier

The name of the property to access.

Kind

The kind of the query token.

(Inherited from QueryToken)
NextToken

The NextToken in the path(can either be the parent or the child depending on whether the tree has been normalized for expand or not. TODO: need to revisit this and the rest of the syntactic parser to make it ready for public consumption.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

(Inherited from QueryToken)
Equals(Object)

Indicates the Equals overload.

GetHashCode()

Returns a hash code for this instance.

Applies to