Added handling of static class fields
This commit is contained in:
@@ -54,6 +54,7 @@ struct class_element {
|
||||
|
||||
struct class_member : public class_element {
|
||||
bool is_relationship{false};
|
||||
bool is_static{false};
|
||||
};
|
||||
|
||||
struct method_argument {
|
||||
|
||||
Reference in New Issue
Block a user