Share via


StarToken Class

Definition

Lexical token representing an all-properties access.

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

Constructors

StarToken(QueryToken)

Create a new StarToken given the NextToken (if any).

Properties

Identifier

the name of this token(inherited from PathToken), which in this case is always "*"

Kind

The kind of the query token.

NextToken

The NextToken token to access the property on. If this is null, then the property access has no NextToken. That usually means to access the property on the implicit parameter for the expression, the result on which the expression is being applied.

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