VariadicBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |