struct Savi::Compiler::TypeContext::Layer
- Savi::Compiler::TypeContext::Layer
- Struct
- Value
- Object
Defined in:
savi/compiler/type_context.crConstructors
Instance Method Summary
Constructor Detail
def self.new(root_ast : AST::Node, positive_conds : Array(Savi::AST::Node) = [] of AST::Node, negative_conds : Array(Savi::AST::Node) = [] of AST::Node, parent : Layer | Nil = nil)
#