Freigeben über


VariadicBase Class

Definition

Base class for all variadic (i.e., with variable number of children) parse nodes.

public abstract class VariadicBase : Microsoft.PowerFx.Syntax.TexlNode
type VariadicBase = class
    inherit TexlNode
Public MustInherit Class VariadicBase
Inherits TexlNode
Inheritance
VariadicBase
Derived

Properties

ChildNodes

The list of child nodes.

Count
Kind

Kind of the parse node.

(Inherited from TexlNode)
Parent

Parent TexlNode in the AST structure (if any).

(Inherited from TexlNode)

Methods

Accept(TexlVisitor)

Accept a visitor TexlVisitor.

(Inherited from TexlNode)
Accept<TResult,TContext>(TexlFunctionalVisitor<TResult,TContext>, TContext)

Accept a functional visitor TexlFunctionalVisitor<TResult,TContext>.

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

Applies to