BoolLitNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Boolean literal parse node (true, false).
public sealed class BoolLitNode : Microsoft.PowerFx.Syntax.TexlNode
type BoolLitNode = class
inherit TexlNode
Public NotInheritable Class BoolLitNode
Inherits TexlNode
- Inheritance
Properties
| Kind |
Kind of the parse node. |
| Parent |
Parent TexlNode in the AST structure (if any). (Inherited from TexlNode) |
| Value |
The boolean 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) |