Share via


NonSystemToken Class

Definition

Lexical token representing a segment in a path.

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

Constructors

NonSystemToken(String, IEnumerable<NamedValue>, PathSegmentToken)

Build a NonSystemToken

Properties

Identifier

Get the identifier for this token.

IsStructuralProperty

Is this a structural property

(Inherited from PathSegmentToken)
NamedValues

Get the list of named values for this token.

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