Data Fields | |
| int | cs |
| int | act |
| char * | ts |
| char * | te |
| char * | p |
| char * | pe |
| char * | eof |
| const char * | source |
| int | current_line |
| int | current_nesting |
| int | max_nesting |
| Eo_Method_Type | current_methods_type |
| char | buf [BUFSIZE] |
| struct { | |
| char * tok | |
| int line | |
| } | saved |
| Eina_List * | classes |
| struct { | |
| Eina_List ** params | |
| Eolian_Class_Type kls_type | |
| Eo_Class_Def * kls | |
| Eo_Property_Def * prop | |
| Eo_Method_Def * meth | |
| Eo_Param_Def * param | |
| Eo_Accessor_Def * accessor | |
| Eo_Accessor_Param * accessor_param | |
| Eina_List * str_items | |
| Eo_Event_Def * event | |
| Eo_Implement_Def * impl | |
| Eo_Implement_Legacy_Param_Def * impl_leg_param | |
| int fscope | |
| } | tmp |