Table of Contents

Interface IExecutableNode

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

An AST node that can be evaluated or executed to produce a value or side effect.

public interface IExecutableNode

Properties

Inputs

The inputs of the executable statement; expressions evaluated immediately before the call.

ImmutableArray<SyntaxNode> Inputs { get; }

Property Value

ImmutableArray<SyntaxNode>