Udostępnij za pośrednictwem


UnaryOperatorToken Klasa

Definicja

Token leksykalny reprezentujący operator jednoargumentowy.

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

Konstruktory

UnaryOperatorToken(UnaryOperatorKind, QueryToken)

Tworzenie nowego tokenu UnaryOperatorToken przy użyciu operatora i operandu

Właściwości

Kind

Rodzaj tokenu zapytania.

Operand

Operand.

OperatorKind

Operator reprezentowany przez ten węzeł.

Metody

Accept<T>(ISyntacticTreeVisitor<T>)

Zaakceptuj, ISyntacticTreeVisitor<T> aby chodzić po drzewie QueryTokens.

Dotyczy