struct Savi::Compiler::Refer::Analysis

Defined in:

savi/compiler/refer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

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

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

[View source]
def scope?(group : AST::Term) : Scope | Nil #

[View source]
def set_scope(group : AST::Term, branch : Visitor) #

[View source]