Show / Hide Table of Contents

Class IrReturn

Represents a return statement in the IR.

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

Fields

Expr

Gets or sets the optional return value expression.

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