Skip to content

Support for nested classes #54

@aalramadan

Description

@aalramadan

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions