struct Savi::Compiler::Inventory::Analysis

Defined in:

savi/compiler/inventory.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def can_yield? #

[View source]
def each_local #

[View source]
def each_yield #

[View source]
def each_yielding_call #

[View source]
def has_local?(x) #

[View source]
def local_count #

[View source]
def yield_count #

[View source]
def yielding_call_count #

[View source]