Share via


SystemToken Class

Definition

Lexical token representing a System token such as $count

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

Constructors

SystemToken(String, PathSegmentToken)

Build a new System Token

Properties

Identifier

Get the identifier for this token

IsStructuralProperty

Is this a structural property

(Inherited from PathSegmentToken)
NextToken

Get the NextToken in the path

(Inherited from PathSegmentToken)

Methods

Accept(IPathSegmentTokenVisitor)

Accept a IPathSegmentTokenVisitor to walk a tree of PathSegmentTokens.

Accept<T>(IPathSegmentTokenVisitor<T>)

Accept a IPathSegmentTokenVisitor<T> to walk a tree of PathSegmentTokens.

IsNamespaceOrContainerQualified()

Is this token namespace or container qualified.

Applies to