Class IrBlock
Abstract base class for block statements in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public abstract class IrBlock : IrNode
Fields
Statements
Gets the list of statements contained in this block.
Declaration
public readonly List<IrNode?> Statements
Field Value
| Type | Description |
|---|---|
| List<IrNode> |