Show / Hide Table of Contents

Class IrCall

Represents a function call in the IR.

Inheritance
object
IrNode
IrCall
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 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
In this article
Back to top Generated by DocFX