struct

Hir::Call

Inherits Hir < IrNode < Struct < Value < Object

Constructors

new(location : Location, function : Function, args : ::Array(Hir))

getter type : Type

Source

Instance methods

args

property type_args : ::Array(Type)

Source
args=(args : ::Array(Hir))

property type_args : ::Array(Type)

Source
binding
Source
function

property overload_index : Int32

Source
function=(function : Function)

property overload_index : Int32

Source
location
Source
location=(location : Location)
Source
to_s(io : IO)

Same as #inspect(io).

Source
type
Source