Table of Contents

Class PrintTabClauseNode

Namespace
RDCore.SDK.Model.AST.Expressions
Assembly
RDCore.SDK.dll

MS-VBAL 5.4.5.8.1 a Tab or Tab(n) clause in a Print/Write output list.

public sealed record PrintTabClauseNode : ExpressionNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<ExpressionNode>, IEquatable<PrintTabClauseNode>
Inheritance
PrintTabClauseNode
Implements
Inherited Members

Constructors

PrintTabClauseNode(SyntaxNodeId, SourceLocation, ExpressionNode?)

MS-VBAL 5.4.5.8.1 a Tab or Tab(n) clause in a Print/Write output list.

public PrintTabClauseNode(SyntaxNodeId Identity, SourceLocation Location, ExpressionNode? Column)

Parameters

Identity SyntaxNodeId

A unique identifier for this specific syntax node.

Location SourceLocation

The Location (holds the document Uri and a Range) of the bound expression.

Column ExpressionNode

The target column, or null for bare Tab (next print zone).

Properties

Column

The target column, or null for bare Tab (next print zone).

public ExpressionNode? Column { get; init; }

Property Value

ExpressionNode