Share via


AnyToken Class

Definition

Lexical token representing the Any Query

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

Constructors

AnyToken(QueryToken, String, QueryToken)

Create a AnyToken given the expression, parameter, and parent

Properties

Expression

The expression.

(Inherited from LambdaToken)
Kind

The kind of the query token.

Parameter

The parameter.

(Inherited from LambdaToken)
Parent

The parent token.

(Inherited from LambdaToken)

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to