Partilhar via


BinaryOpNode Class

Definition

Binary operation parse node. Example:

Left BinaryOp Right

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

Properties

Kind

Kind of the parse node.

Left

Left operand of the binary operation.

Op

The binary operator.

Parent

Parent TexlNode in the AST structure (if any).

(Inherited from TexlNode)
Right

Right operand of the binary operation.

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