Freigeben über


VariadicOpNode Class

Definition

Variadic operation node. Example:

Formula1 ; Formula2 ; ...

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

Properties

ChildNodes

The list of child nodes.

(Inherited from VariadicBase)
Count (Inherited from VariadicBase)
Kind

Kind of the parse node.

Op

Variadic 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>.

AcceptChildren(TexlVisitor) (Inherited from VariadicBase)
GetCompleteSpan() (Inherited from VariadicBase)
GetSourceBasedSpan() (Inherited from TexlNode)
GetTextSpan() (Inherited from TexlNode)
ToString() (Inherited from TexlNode)

Applies to