struct Savi::Compiler::ReferType::Analysis

Defined in:

savi/compiler/refer_type.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(parent : Analysis | Nil = nil) #

[View source]

Instance Method Detail

def [](ident : AST::Identifier) : Refer::Info #

[View source]
def []?(ident : AST::Identifier) : Refer::Info | Nil #

[View source]
def redirect(from : Refer::Info, to : Refer::Info) #

TODO Can this be protected?


[View source]
def redirect_for?(from : Refer::Info) : Refer::Info | Nil #

[View source]
def type_param_for?(name : String) #

[View source]