struct

Hir::EnumConstructor

Inherits Hir < IrNode < Struct < Value < Object

Constructors

new(location : Location, adt : Type::Adt, variant : Variant, args : ::Array(Hir))
Source

Instance methods

adt=(adt : Type::Adt)
Source
args
Source
args=(args : ::Array(Hir))
Source
binding
Source
location
Source
location=(location : Location)
Source
to_s(io : IO)

Same as #inspect(io).

Source
type
Source
variant
Source
variant=(variant : Variant)
Source