Share via


BinaryOperatorToken Class

Definition

Lexical token representing a binary operator.

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

Constructors

BinaryOperatorToken(BinaryOperatorKind, QueryToken, QueryToken)

Create a new BinaryOperatorToken given the operator, left and right query.

Properties

Kind

The kind of the query token.

Left

The left operand.

OperatorKind

The operator represented by this node.

Right

The right operand.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to