Partager via


BinaryOperatorToken Classe

Définition

Jeton lexical représentant un opérateur binaire.

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

Constructeurs

BinaryOperatorToken(BinaryOperatorKind, QueryToken, QueryToken)

Créez un binaryOperatorToken en fonction de l’opérateur, requête de gauche et de droite.

Propriétés

Kind

Type de jeton de requête.

Left

Opérande de gauche.

OperatorKind

Opérateur représenté par ce nœud.

Right

Opérande de droite.

Méthodes

Accept<T>(ISyntacticTreeVisitor<T>)

Acceptez un ISyntacticTreeVisitor<T> pour marcher sur un arbre de QueryTokens.

S’applique à