Class IrCall
Represents a function call in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrCall : IrNode
Fields
Args
Gets the list of arguments being passed to the function.
Declaration
public List<IrNode> Args
Field Value
Type | Description |
---|---|
List<IrNode> |
Name
Gets or sets the name of the function being called.
Declaration
public required string Name
Field Value
Type | Description |
---|---|
string |