class Stacklang::AST::Unit
- Stacklang::AST::Unit
- Reference
- Object
Defined in:
stacklang/ast.crConstructors
Class Method Summary
Instance Method Summary
- #dump(io, indent = 0)
- #functions : Array(Stacklang::AST::Function)
- #globals : Array(Stacklang::AST::Variable)
- #requirements : Array(Stacklang::AST::Requirement)
- #types : Array(Stacklang::AST::Struct)
Constructor Detail
def self.new(requirements : Array(Requirement), types : Array(Struct), globals : Array(Variable), functions : Array(Function))
#