Freigeben über


ErrorNode Class

Definition

Error parse node.

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

Properties

Kind

Kind of the parse node.

Message

The error message of the 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 TexlNode)
GetSourceBasedSpan() (Inherited from TexlNode)
GetTextSpan() (Inherited from TexlNode)
ToString() (Inherited from TexlNode)

Applies to