Freigeben über


FirstNameNode Class

Definition

First name parse node. Example:

Ident

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

Properties

Ident

The identifier of the first name node.

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() (Inherited from NameNode)
GetSourceBasedSpan() (Inherited from TexlNode)
GetTextSpan() (Inherited from TexlNode)
ToString() (Inherited from TexlNode)

Applies to