Class IrConst
Represents a constant value in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrConst : IrNode
Fields
Type
Gets or sets the type of the constant ("int", "float", "string", "bool").
Declaration
public string? Type
Field Value
Type | Description |
---|---|
string |
Value
Gets or sets the constant value.
Declaration
public object Value
Field Value
Type | Description |
---|---|
object |