Show / Hide Table of Contents

Class IrConst

Represents a constant value in the IR.

Inheritance
object
IrNode
IrConst
Inherited Members
IrNode.Line
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX