I want to print out my functions and classes which are created by me on specific source file.
For example if we assume that;
my function's name is print()
print_func(script.js)
this must print out functions in script.js
print_class(xyz.js)
this must print out classes in xyz.js
Is there a way for this?