Freigeben über


CallNode Class

Definition

Function call parse node. Example:

Head(Args...)

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

Properties

Args

The argument list of the function call.

Head

The identifier of the function call.

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

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

Applies to