I need to be able to get information about the constructor of a source file, for example the beging line number, and maybe some lines that are within the constructor. I am using a similar idea for the methods of a file in order to be able to get the begin and end line numbers and the names of the methods. For this im using the JavaParser as explained in here.
I could not find a way to be able to use the JavaParser for my aim. Is there a way to be able to get similar information of the constructor?