Show / Hide Table of Contents

Class IrPrint

Represents a print statement in the IR.

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

Fields

Expr

Gets or sets the expression to be printed.

Declaration
public required IrNode? Expr
Field Value
Type Description
IrNode
In this article
Back to top Generated by DocFX