abstract struct Savi::Compiler::TInfer::Conduit::Inner

Direct Known Subclasses

Defined in:

savi/compiler/t_infer/conduit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

abstract def directly_references?(other_info : Info) : Bool #

[View source]
abstract def flatten : Array(Inner) #

[View source]
def initialize #

[View source]
abstract def resolve!(ctx : Context, type_check : TTypeCheck::ForReifiedFunc) : MetaType | Nil #

[View source]
abstract def resolve_span!(ctx : Context, infer : Visitor) : Span #

[View source]