In QDOX 2.0 API, how to get fields (variables) declared/used within a method?
com.thoughtworks.qdox.model.JavaMethod do not have method like getFields() or something alike to get the list of fields under method.
Please advise.
Thanks!
In QDOX 2.0 API, how to get fields (variables) declared/used within a method?
com.thoughtworks.qdox.model.JavaMethod do not have method like getFields() or something alike to get the list of fields under method.
Please advise.
Thanks!
QDox doesn't provide access to the elements inside the method body, you can only get the complete codeblock.