-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the tool does not stereotype nested classes as well as other nested structures.
This includes:
1] Nested classes (C++, C#, & Java).
2] Anonymous classes (Java) --> allows for methods to be defined inline.
3] Nested local functions (C#) --> C# allows for the declarations of functions within methods.
4] Nested unions (C++) --> basically a class with the only difference with fields sharing one memory.
5] Nested enums (Java) --> special kind of class, allows for methods, fields, and constructors.
However, the tool does have the option to Stereotype the non-nested version of each.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request