Udostępnij przez


UnaryOpNode Class

Definition

Unary operation parse node. Examples:

Op ChildChild %

public sealed class UnaryOpNode : Microsoft.PowerFx.Syntax.TexlNode
type UnaryOpNode = class
    inherit TexlNode
Public NotInheritable Class UnaryOpNode
Inherits TexlNode
Inheritance
UnaryOpNode

Properties

Child

The unary operation operand.

Kind

Kind of the parse node.

Op

The unary operator.

Parent

Parent TexlNode in the AST structure (if any).

(Inherited from TexlNode)

Methods

Accept(TexlVisitor)

Accept a visitor TexlVisitor.

Accept<TResult,TContext>(TexlFunctionalVisitor<TResult,TContext>, TContext)

Accept a functional visitor TexlFunctionalVisitor<TResult,TContext>.

GetCompleteSpan() System.Object.GetCompleteSpan
GetSourceBasedSpan() (Inherited from TexlNode)
GetTextSpan() (Inherited from TexlNode)
ToString() (Inherited from TexlNode)

Applies to