PathToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |