Class IrReturn
Represents a return statement in the IR.
Inherited Members
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 |