|
sammine-lang
|


Additional Inherited Members | |
| Public Member Functions inherited from LexicalContext< Type, AST::FuncDefAST * > | |
| void | setScope (AST::FuncDefAST *s) |
| void | registerNameT (const std::string &name, Type l) |
| NameQueryResult | queryName (const std::string &name) const |
| Type | get_from_name (const std::string &name) const |
| Type | recursive_get_from_name (const std::string &name) const |
| NameQueryResult | recursiveQueryName (const std::string &name) const |
| Public Attributes inherited from LexicalContext< Type, AST::FuncDefAST * > | |
| LexicalContext * | parent_scope |
| std::optional< AST::FuncDefAST * > | s |