Class IrNode
Abstract base class for all Intermediate Representation (IR) nodes.
Inheritance
IrNode
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public abstract class IrNode
Properties
Line
Gets or sets the source line number associated with this node.
Declaration
public int Line { get; init; }
Property Value
Type | Description |
---|---|
int |