Freigeben über


NameNode Class

Definition

Base class for all parse nodes representing a name/identifier.

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

Properties

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

Applies to