struct Savi::Compiler::PreInfer::Analysis
- Savi::Compiler::PreInfer::Analysis
- Struct
- Value
- Object
Defined in:
savi/compiler/pre_infer.crConstructors
Instance Method Summary
- #[](node : AST::Node)
- #[]?(node : AST::Node)
- #each_info(&block : Infer::Info -> Nil)
- #error_out_info : Infer::ErrorOut
- #error_out_info=(error_out_info : Infer::ErrorOut)
- #error_out_info? : Infer::ErrorOut | Nil
- #follow_redirects(node : AST::Node) : AST::Node
- #yield_in_info : Infer::YieldIn
- #yield_in_info=(yield_in_info : Infer::YieldIn)
- #yield_in_info? : Infer::YieldIn | Nil
- #yield_out_infos : Array(Infer::YieldOut)