|
sammine-lang
|


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