Freigeben über


StrLitNode Class

Definition

String literal parse node. Example:

"Hello world"

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

Properties

Kind

Kind of the parse node.

Parent

Parent TexlNode in the AST structure (if any).

(Inherited from TexlNode)
Value

The string value of the literal.

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