Public Attributes | |
| type(t_scope), pointer | next => null() |
| type(t_identifier_list) | identifiers |
| type(t_function_list), pointer | functions => null() |
| type(t_token) | start_token |
| integer | kind = -1 |
| integer | depth = 0 |
| integer mod_scope::t_scope::depth = 0 |
| type(t_function_list), pointer mod_scope::t_scope::functions => null() |
| type(t_identifier_list) mod_scope::t_scope::identifiers |
| integer mod_scope::t_scope::kind = -1 |
| type(t_scope), pointer mod_scope::t_scope::next => null() |
| type(t_token) mod_scope::t_scope::start_token |