Partager via


UnaryOperatorToken Classe

Définition

Jeton lexical représentant un opérateur unaire.

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

Constructeurs

UnaryOperatorToken(UnaryOperatorKind, QueryToken)

Créer un unaryOperatorToken en fonction de l’opérateur et de l’opérande

Propriétés

Kind

Type de jeton de requête.

Operand

Opérande.

OperatorKind

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

Méthodes

Accept<T>(ISyntacticTreeVisitor<T>)

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

S’applique à