Show / Hide Table of Contents

Class IrVar

Represents a variable reference in the IR.

Inheritance
object
IrNode
IrVar
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 IrVar : IrNode

Fields

Name

Gets or sets the name of the variable.

Declaration
public string? Name
Field Value
Type Description
string
In this article
Back to top Generated by DocFX