BinaryOperatorToken Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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. |