UnaryOperatorToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |