Table of Contents

Class PrecompilerInlineIfStatementNode

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

Represents a conditional executable statement.

public record PrecompilerInlineIfStatementNode : StatementNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<StatementNode>, IEquatable<PrecompilerInlineIfStatementNode>
Inheritance
PrecompilerInlineIfStatementNode
Implements
Inherited Members

Constructors

PrecompilerInlineIfStatementNode(SyntaxNodeId, SourceLocation, ImmutableArray<SyntaxNode>)

Represents a conditional executable statement.

public PrecompilerInlineIfStatementNode(SyntaxNodeId Identity, SourceLocation SourceLocation, ImmutableArray<SyntaxNode> Children)

Parameters

Identity SyntaxNodeId

A unique identifier for this specific syntax node.

SourceLocation SourceLocation

The document location (Uri+Range) of the bound expression.

Children ImmutableArray<SyntaxNode>