开发者

Show Different Classes in Tree View Structure for Documentation

开发者 https://www.devze.com 2023-04-01 07:09 出处:网络
I want to know if there is such tool that can show my class开发者_开发知识库es hierarchy in a tree, e.g.

I want to know if there is such tool that can show my class开发者_开发知识库es hierarchy in a tree, e.g.

public Class ClassA
{
ClassB variableb;
ClassC variableC; 
}

so, it shows me something like

ClassA

  • ClassB
  • ClassC

I have shown in bullted format, I just want that this kind of things be shown in tree view, is there any tool which can help me create this tree of classes ??


I got the solution in the form of class Diagram, don't why I didnt think of them at first place. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消