D
D
Dmitry Krapivin2016-12-05 12:39:55
Java
Dmitry Krapivin, 2016-12-05 12:39:55

Is there a tool to view the list of objects, their attributes, methods in the source code?

Hello,
I'm not a programmer. Tell me please. if any IDE (example: AndroidStudio, Eclipse, etc. where to click to display it like this) or another program that can visually show objects written in source code, object attributes and methods? In any form: in the form of a visual-hierarchical list or in the form of diagrams on uml
Example:
Object/class: OrderDetail
Attributes:
-quantity
-taxStatus
Methods:
-calcSubTotal
-calcWeight

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
aol-nnov, 2016-12-05
@kiru

in idea products - view->tool windows -> structure

A
Anton Boyarshinov, 2016-12-05
@Zhyki

In my opinion, this can be relatively easily implemented using reflection, but I won’t tell you if there are ready-made solutions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question