Condividi tramite


BinaryOperatorToken Classe

Definizione

Token lessicale che rappresenta un operatore binario.

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

Costruttori

BinaryOperatorToken(BinaryOperatorKind, QueryToken, QueryToken)

Creare un nuovo BinaryOperatorToken in base all'operatore, alla query a sinistra e a destra.

Proprietà

Kind

Tipo di token di query.

Left

Operando sinistro.

OperatorKind

Operatore rappresentato da questo nodo.

Right

Operando destro.

Metodi

Accept<T>(ISyntacticTreeVisitor<T>)

Accettare un ISyntacticTreeVisitor<T> oggetto per camminare un albero di QueryTokens.

Si applica a