Added handling of static class fields

This commit is contained in:
Bartek Kryza
2021-02-25 20:43:13 +01:00
parent e3ffeba732
commit dfa39a0433
6 changed files with 24 additions and 9 deletions

View File

@@ -54,6 +54,7 @@ struct class_element {
struct class_member : public class_element {
bool is_relationship{false};
bool is_static{false};
};
struct method_argument {