0.6.0
Loading...
Searching...
No Matches
mod_scope::t_scope Type Reference

Public Attributes

type(t_scope), pointer next => null()
 
type(t_identifier_listidentifiers
 
type(t_function_list), pointer functions => null()
 
type(t_token) start_token
 
integer kind = -1
 
integer depth = 0
 

Member Data Documentation

◆ depth

integer mod_scope::t_scope::depth = 0

◆ functions

type(t_function_list), pointer mod_scope::t_scope::functions => null()

◆ identifiers

type(t_identifier_list) mod_scope::t_scope::identifiers

◆ kind

integer mod_scope::t_scope::kind = -1

◆ next

type(t_scope), pointer mod_scope::t_scope::next => null()

◆ start_token

type(t_token) mod_scope::t_scope::start_token

The documentation for this type was generated from the following file: