struct Savi::Compiler::PreInfer::Analysis

Defined in:

savi/compiler/pre_infer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def [](node : AST::Node) #

[View source]
def []?(node : AST::Node) #

[View source]
def each_info(&block : Infer::Info -> Nil) #

[View source]
def error_out_info : Infer::ErrorOut #

def error_out_info=(error_out_info : Infer::ErrorOut) #

[View source]
def error_out_info? : Infer::ErrorOut | Nil #

def follow_redirects(node : AST::Node) : AST::Node #

[View source]
def yield_in_info : Infer::YieldIn #

def yield_in_info=(yield_in_info : Infer::YieldIn) #

[View source]
def yield_in_info? : Infer::YieldIn | Nil #

def yield_out_infos : Array(Infer::YieldOut) #

[View source]