Freigeben über


DottedNameNode Class

Definition

Dotted identifier name parse node. Example:

Left.Right

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

Properties

Kind

Kind of the parse node.

Left

The left node of the dotted name.

Parent

Parent TexlNode in the AST structure (if any).

(Inherited from TexlNode)
Right

The right identifier of the dotted name.

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
ToDPath()

The DPath representation of the dotted name parse node.

ToString() (Inherited from TexlNode)

Applies to