Share via


UnaryOperatorToken Class

Definition

Lexical token representing a unary operator.

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

Constructors

UnaryOperatorToken(UnaryOperatorKind, QueryToken)

Create a new UnaryOperatorToken given the operator and operand

Properties

Kind

The kind of the query token.

Operand

The operand.

OperatorKind

The operator represented by this node.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens.

Applies to