Freigeben über


TableNode Class

Definition

Table expression parse node. Example:

[E1, ...]

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

Properties

ChildNodes

The list of child nodes.

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

Kind of the parse node.

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() System.Object.GetCompleteSpan
GetSourceBasedSpan() (Inherited from TexlNode)
GetTextSpan() System.Object.GetTextSpan
ToString() (Inherited from TexlNode)

Applies to