Partilhar via


AsNode Class

Definition

As operator parse node. Example:

Left As Identifier

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

Properties

Kind

Kind of the parse node.

Left

Left operand of the as operator.

Parent

Parent TexlNode in the AST structure (if any).

(Inherited from TexlNode)
Right

Right operand (identifier) of the as operator.

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

Applies to